Changeset 1178 in josm
- Timestamp:
- 2008-12-24T23:56:22+01:00 (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/LafPreference.java
r1169 r1178 29 29 */ 30 30 private JComboBox lafCombo; 31 public JPanel panel = new JPanel(new GridBagLayout());31 public JPanel panel; 32 32 private JCheckBox showSplashScreen = new JCheckBox(tr("Show splash screen at startup")); 33 33 private JCheckBox showID = new JCheckBox(tr("Show object ID in selection lists")); … … 65 65 lafCombo.addActionListener(gui.requireRestartAction); 66 66 67 panel = new JPanel(new GridBagLayout()); 67 68 panel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); 68 69
Note:
See TracChangeset
for help on using the changeset viewer.