Changeset 319 in josm for src/org/openstreetmap/josm/gui/preferences
- Timestamp:
- 2007-09-04T10:21:49+02:00 (17 years ago)
- Location:
- src/org/openstreetmap/josm/gui/preferences
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/gui/preferences/CsvPreference.java
r298 r319 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 5 6 import javax.swing.Box;7 6 import javax.swing.JLabel; 8 7 import javax.swing.JTextField; … … 31 30 gui.connection.add(new JLabel(tr("CSV import specification (empty: read from first line in data)")), GBC.eol()); 32 31 gui.connection.add(csvImportString, GBC.eop().fill(GBC.HORIZONTAL)); 33 gui.connection.add(Box.createVerticalGlue(), GBC.eol().fill(GBC.VERTICAL));34 32 } 35 33 -
src/org/openstreetmap/josm/gui/preferences/PreferenceDialog.java
r298 r319 103 103 settings.add(new ServerAccessPreference()); 104 104 settings.add(new CsvPreference()); 105 settings.add(new FilePreferences()); 105 106 settings.add(new ProjectionPreference()); 106 107 settings.add(new TaggingPresetPreference());
Note:
See TracChangeset
for help on using the changeset viewer.