Parent Directory
|
Revision Log
|
Patch
trunk/src/skrueger/swing/AtlasDialog.java revision 865 by alfonx, Tue May 25 14:09:59 2010 UTC | branches/2.2.x/src/skrueger/swing/AtlasDialog.java revision 977 by alfonx, Thu Aug 12 16:06:35 2010 UTC | |
---|---|---|
# | Line 36 public class AtlasDialog extends JDialog | Line 36 public class AtlasDialog extends JDialog |
36 | ||
37 | private void initDialog() { | private void initDialog() { |
38 | ||
39 | setLayout(new MigLayout()); | setLayout(new MigLayout("gap 1, inset 1")); |
40 | ||
41 | setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE); | setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE); |
42 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |