Changeset 9078 in josm for trunk/src/org/openstreetmap/josm/gui/MapFrame.java
- Timestamp:
- 2015-12-02T00:05:09+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapFrame.java
r9059 r9078 493 493 private final class SideToolbarPopupMenu extends JPopupMenu { 494 494 private static final int staticMenuEntryCount = 2; 495 private JCheckBoxMenuItem doNotHide = new JCheckBoxMenuItem(new AbstractAction(tr("Do not hide toolbar")) { 495 private final JCheckBoxMenuItem doNotHide = new JCheckBoxMenuItem(new AbstractAction(tr("Do not hide toolbar")) { 496 496 @Override 497 497 public void actionPerformed(ActionEvent e) { … … 547 547 548 548 private JButton button; 549 private transient Collection<? extends HideableButton> buttons; 549 private final transient Collection<? extends HideableButton> buttons; 550 550 551 551 ListAllButtonsAction(Collection<? extends HideableButton> buttons) {
Note:
See TracChangeset
for help on using the changeset viewer.