/[classpath]/classpath/javax/swing/plaf/basic/BasicFileChooserUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicFileChooserUI.java

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

revision 1.2 by rabbit78, Thu May 19 11:48:30 2005 UTC revision 1.3 by rabbit78, Wed Jun 1 11:02:15 2005 UTC
# Line 1299  public class BasicFileChooserUI extends Line 1299  public class BasicFileChooserUI extends
1299      c.anchor = GridBagConstraints.EAST;      c.anchor = GridBagConstraints.EAST;
1300      bottomPanel.add(closePanel, c);      bottomPanel.add(closePanel, c);
1301    
1302      filechooser.setLayout(new GridBagLayout());      filechooser.setLayout(new BorderLayout());
1303        filechooser.add(topPanel, BorderLayout.NORTH);
1304      c.anchor = GridBagConstraints.WEST;      filechooser.add(centrePanel, BorderLayout.CENTER);
1305      c.gridx = 0;      filechooser.add(bottomPanel, BorderLayout.SOUTH);
     c.gridy = 0;  
     filechooser.add(topPanel, c);  
   
     c.gridy = 1;  
     filechooser.add(centrePanel, c);  
   
     c.gridy = 2;  
     c.fill = GridBagConstraints.HORIZONTAL;  
     filechooser.add(bottomPanel, c);  
1306    }    }
1307    
1308    /**    /**

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