/* * @(#)BasicScrollPane.java * * Copyright 2002 EGANTT LLP. All rights reserved. * PROPRIETARY/QPL. Use is subject to license terms. */ package com.egantt.swing.pane.basic; import com.egantt.swing.SwingPane; import javax.swing.JScrollPane; /** * Though this class looks obsolete, it's not it's just that code from the * @link SplitScrollPane needs to be moved into here. */ public class BasicScrollPane extends JScrollPane implements SwingPane { private static final long serialVersionUID = 5904400074825205703L; public BasicScrollPane() { } }