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/AboutAction.java

    r6143 r6340  
    2020import org.openstreetmap.josm.gui.util.GuiHelper;
    2121import org.openstreetmap.josm.gui.widgets.JosmTextArea;
     22import org.openstreetmap.josm.gui.widgets.UrlLabel;
    2223import org.openstreetmap.josm.plugins.PluginHandler;
    2324import org.openstreetmap.josm.tools.BugReportExceptionHandler;
     
    2526import org.openstreetmap.josm.tools.ImageProvider;
    2627import org.openstreetmap.josm.tools.Shortcut;
    27 import org.openstreetmap.josm.tools.UrlLabel;
    2828import org.openstreetmap.josm.tools.Utils;
    2929
Note: See TracChangeset for help on using the changeset viewer.