Changeset 29899 in osm for applications/editors/josm/plugins/smed
- Timestamp:
- 2013-09-01T10:32:43+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/smed/SmedAction.java
r29896 r29899 62 62 } 63 63 }); 64 editFrame.setSize(new Dimension(4 00, 400));64 editFrame.setSize(new Dimension(410, 410)); 65 65 editFrame.setLocation(100, 200); 66 66 editFrame.setResizable(true); 67 67 editFrame.setAlwaysOnTop(true); 68 68 editFrame.setVisible(true); 69 editFrame.setLayout(null); 69 70 panelMain = new PanelMain(this); 70 panelMain.setLayout(null); 71 panelMain.setSize(new Dimension(400, 400)); 71 panelMain.setBounds(5, 5, 400, 400); 72 72 node = null; 73 73 panelMain.syncPanel();
Note:
See TracChangeset
for help on using the changeset viewer.