/[schmitzm]/trunk/src/skrueger/swing/CancellableTabbedDialogAdapter.java
ViewVC logotype

Diff of /trunk/src/skrueger/swing/CancellableTabbedDialogAdapter.java

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

revision 434 by alfonx, Sun Oct 4 18:38:11 2009 UTC revision 497 by alfonx, Fri Oct 23 18:43:58 2009 UTC
# Line 43  public abstract class CancellableTabbedD Line 43  public abstract class CancellableTabbedD
43                  contentPane.add(buttons);                  contentPane.add(buttons);
44    
45                  setContentPane(contentPane);                  setContentPane(contentPane);
                 SwingUtil.centerFrameOnScreen(this);  
46    
47          }          }
48    
49          /**          /**
50           * Is only called once! Doesn't use lazy initialization. Use           * Is only called once! Doesn't use lazy initialization. Use
51           * <code>super.createButtons.add( newButton )</code> to add buttons.           * <code>super.createButtons.add( newButton )</code> to add buttons.
          *  
          * @return  
52           */           */
53          protected JPanel createButtons() {          protected JPanel createButtons() {
54                  final JPanel buttonsJPanel = new JPanel(new MigLayout("width 100%"));                  final JPanel buttonsJPanel = new JPanel(new MigLayout());
55    
56                  final OkButton okButton = new OkButton(new AbstractAction() {                  final OkButton okButton = new OkButton(new AbstractAction() {
57                          {                          {

Legend:
Removed from v.434  
changed lines
  Added in v.497

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26