Ignore:
Timestamp:
2006-04-27T01:29:55+02:00 (18 years ago)
Author:
imi
Message:
  • added GeoImage feature (showing images on a tracklog)
  • added zoom slider
  • added Escape cancels selection rectangle
  • added "Save password" option to Auth-dialog
  • fixed that redo/undo buttons were not enabled
  • fixed hotkeys beeing inaccessible when no data is loaded
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/Main.java

    r98 r99  
    100100                                public void layerRemoved(final Layer oldLayer) {}
    101101                        });
     102                        if (map.mapView.editLayer != null)
     103                                map.mapView.editLayer.listenerCommands.add(redoUndoListener);
    102104                }
    103105                redoUndoListener.commandChanged(0,0);
     
    206208         * Use this to register shortcuts to
    207209         */
    208         public static JPanel panel = new JPanel(new BorderLayout());
     210        public static final JPanel contentPane = new JPanel(new BorderLayout());
    209211
    210212
     
    214216
    215217
     218        private static JPanel panel = new JPanel(new BorderLayout());
     219
    216220        protected final JMenuBar mainMenu = new JMenuBar();
    217         protected static final JPanel contentPane = new JPanel(new BorderLayout());
    218221        protected static Rectangle bounds;
    219222
Note: See TracChangeset for help on using the changeset viewer.