Ignore:
Timestamp:
2006-04-03T22:25:02+02:00 (18 years ago)
Author:
imi
Message:
  • fixed bug in osm import (now reject id=0)
  • added WMS server layer (not finished)
  • added save state for dialogs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/IconToggleButton.java

    r30 r79  
    55
    66import javax.swing.Action;
    7 import javax.swing.JComponent;
    87import javax.swing.JToggleButton;
    98
     
    1918         * Construct the toggle button with the given action.
    2019         */
    21         public IconToggleButton(JComponent acceleratorReceiver, Action action) {
     20        public IconToggleButton(Action action) {
    2221                super(action);
    2322                setText(null);
Note: See TracChangeset for help on using the changeset viewer.