/[classpath]/classpath/javax/swing/ViewportLayout.java
ViewVC logotype

Diff of /classpath/javax/swing/ViewportLayout.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10.2.5 by gnu_andrew, Tue Sep 20 18:46:32 2005 UTC revision 1.10.2.6 by gnu_andrew, Wed Nov 2 00:43:49 2005 UTC
# Line 56  public class ViewportLayout implements L Line 56  public class ViewportLayout implements L
56    
57    public ViewportLayout()    public ViewportLayout()
58    {    {
59        // Nothing to do here.
60    }    }
61    
62    public void addLayoutComponent(String name, Component c)    public void addLayoutComponent(String name, Component c)
63    {    {
64        // Nothing to do here.
65    }    }
66    
67    public void removeLayoutComponent(Component c)    public void removeLayoutComponent(Component c)
68    {    {
69        // Nothing to do here.
70    }    }
71    
72    public Dimension preferredLayoutSize(Container parent)    public Dimension preferredLayoutSize(Container parent)

Legend:
Removed from v.1.10.2.5  
changed lines
  Added in v.1.10.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26