Changeset 23878 in osm
- Timestamp:
- 2010-10-27T21:26:04+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/AddressEdit/src/org/openstreetmap/josm/plugins/addressEdit/gui/AddressEditDialog.java
r23876 r23878 88 88 setLayout(new BorderLayout()); 89 89 setSize(1024,600); 90 // TODO: Center on screen 91 setLocation(100, 100); 92 93 94 // TODO: Proper init, if model is null 90 setLocationRelativeTo(null); 91 95 92 if (addressEditContainer != null) { 96 93 /* Panel for street table */
Note:
See TracChangeset
for help on using the changeset viewer.