/[svn]/jsampler/trunk/src/org/jsampler/view/fantasia/MainPane.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/fantasia/MainPane.java

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

revision 1731 by iliev, Tue Sep 4 15:41:13 2007 UTC revision 1732 by iliev, Sat May 3 01:40:06 2008 UTC
# Line 193  public class MainPane extends JPanel { Line 193  public class MainPane extends JPanel {
193                          setPixmapInsets(new Insets(3, 3, 3, 3));                          setPixmapInsets(new Insets(3, 3, 3, 3));
194                                                    
195                          setLayout(new BoxLayout(this, BoxLayout.X_AXIS));                          setLayout(new BoxLayout(this, BoxLayout.X_AXIS));
                         add(Box.createRigidArea(new Dimension(4, 0)));  
                         add(btnNew);  
196                          add(Box.createRigidArea(new Dimension(3, 0)));                          add(Box.createRigidArea(new Dimension(3, 0)));
197                            add(btnNew);
198                            add(Box.createRigidArea(new Dimension(4, 0)));
199                                                    
200                          add(createVSeparator());                          add(createVSeparator());
201                                                    

Legend:
Removed from v.1731  
changed lines
  Added in v.1732

  ViewVC Help
Powered by ViewVC