Added default constructor.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@610 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ScrollablePanel.java,v 1.1 2002/02/28 16:24:03 mdb Exp $
|
||||
// $Id: ScrollablePanel.java,v 1.2 2002/02/28 16:31:11 mdb Exp $
|
||||
|
||||
package com.samskivert.swing;
|
||||
|
||||
@@ -49,6 +49,13 @@ public class ScrollablePanel extends JPanel
|
||||
super(isDoubleBuffered);
|
||||
}
|
||||
|
||||
/**
|
||||
* Pass through constructor.
|
||||
*/
|
||||
public ScrollablePanel ()
|
||||
{
|
||||
}
|
||||
|
||||
// documentation inherited from interface
|
||||
public Dimension getPreferredScrollableViewportSize ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user