- Timestamp:
- 2009-08-29T11:24:21+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/ExtendedDialog.java
r1992 r2003 63 63 lbl.setMaxWidth(Math.round(screenSize.width*2/3)); 64 64 65 this.parent = parent; 65 66 bTexts = buttonTexts; 66 67 setupDialog(lbl, buttonIcons); … … 77 78 public ExtendedDialog(Component parent, String title, String[] buttonTexts, boolean modal) { 78 79 super(JOptionPane.getFrameForComponent(parent), title, modal); 80 this.parent = parent; 79 81 bTexts = buttonTexts; 80 82 }
Note:
See TracChangeset
for help on using the changeset viewer.