/[svn]/jsampler/trunk/src/org/jsampler/view/classic/PrefsDlg.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/classic/PrefsDlg.java

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

revision 1687 by iliev, Thu Dec 6 19:37:41 2007 UTC revision 1688 by iliev, Thu Feb 14 16:52:36 2008 UTC
# Line 100  public class PrefsDlg extends EnhancedDi Line 100  public class PrefsDlg extends EnhancedDi
100                  installListeners();                  installListeners();
101                                    
102                  setLocation(JuifeUtils.centerLocation(this, frm));                  setLocation(JuifeUtils.centerLocation(this, frm));
                   
                 connectionPane.setLSAddress(Prefs.getLSAddress());  
                 connectionPane.setLSPort(String.valueOf(Prefs.getLSPort()));  
103          }          }
104                    
105          private void          private void
# Line 115  public class PrefsDlg extends EnhancedDi Line 112  public class PrefsDlg extends EnhancedDi
112                  JPanel p = new JPanel();                  JPanel p = new JPanel();
113                  p.setLayout(new BorderLayout());                  p.setLayout(new BorderLayout());
114                  p.setBorder(BorderFactory.createEmptyBorder(6, 6, 6, 6));                  p.setBorder(BorderFactory.createEmptyBorder(6, 6, 6, 6));
115                  p.add(connectionPane, BorderLayout.NORTH);                  p.add(connectionPane);
116                  tp.addTab(i18n.getLabel("PrefsDlg.tabConnection"), p);                  tp.addTab(i18n.getLabel("PrefsDlg.tabBackend"), p);
117                  tp.addTab(i18n.getLabel("PrefsDlg.tabDefaults"), defaultsPane);                  tp.addTab(i18n.getLabel("PrefsDlg.tabDefaults"), defaultsPane);
118                                    
119                  tp.setAlignmentX(RIGHT_ALIGNMENT);                  tp.setAlignmentX(RIGHT_ALIGNMENT);

Legend:
Removed from v.1687  
changed lines
  Added in v.1688

  ViewVC Help
Powered by ViewVC