/[classpath]/classpath/examples/gnu/classpath/examples/swing/ButtonDemo.java
ViewVC logotype

Diff of /classpath/examples/gnu/classpath/examples/swing/ButtonDemo.java

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

revision 1.2 by trebligd, Thu Sep 29 22:15:21 2005 UTC revision 1.3 by rabbit78, Tue Oct 25 15:13:56 2005 UTC
# Line 79  public class ButtonDemo Line 79  public class ButtonDemo
79      getContentPane().add(createContent());      getContentPane().add(createContent());
80    }    }
81                
82    private JPanel createContent()    JPanel createContent()
83    {    {
84      JPanel content = new JPanel(new BorderLayout());      JPanel content = new JPanel(new BorderLayout());
85      JPanel panel = new JPanel(new GridLayout(4, 1));      JPanel panel = new JPanel(new GridLayout(4, 1));

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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