Ignore:
Timestamp:
2013-10-29T00:59:28+01:00 (10 years ago)
Author:
Don-vip
Message:

refactor of some GUI/widgets classes (impacts some plugins):

  • gui.BookmarkList moves to gui.download as it is only meant to be used by gui.download.BookmarkSelection
  • tools.UrlLabel moves to gui.widgets
  • gui.JMultilineLabel, gui.MultiplitLayout, gui.MultiSplitPane move to gui.widgets
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/MapRectifierWMSmenuAction.java

    r6316 r6340  
    2525import org.openstreetmap.josm.tools.GBC;
    2626import org.openstreetmap.josm.tools.Shortcut;
    27 import org.openstreetmap.josm.tools.UrlLabel;
    2827import org.openstreetmap.josm.tools.Utils;
    2928import org.openstreetmap.josm.gui.widgets.JosmTextField;
     29import org.openstreetmap.josm.gui.widgets.UrlLabel;
    3030
    3131public class MapRectifierWMSmenuAction extends JosmAction {
Note: See TracChangeset for help on using the changeset viewer.