Changeset 1178 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2008-12-24T23:56:22+01:00 (15 years ago)
Author:
stoecker
Message:

fixed bug #1881

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/LafPreference.java

    r1169 r1178  
    2929     */
    3030    private JComboBox lafCombo;
    31     public JPanel panel = new JPanel(new GridBagLayout());
     31    public JPanel panel;
    3232    private JCheckBox showSplashScreen = new JCheckBox(tr("Show splash screen at startup"));
    3333    private JCheckBox showID = new JCheckBox(tr("Show object ID in selection lists"));
     
    6565        lafCombo.addActionListener(gui.requireRestartAction);
    6666
     67        panel = new JPanel(new GridBagLayout());
    6768        panel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5));
    6869
Note: See TracChangeset for help on using the changeset viewer.