Ignore:
Timestamp:
2013-10-29T00:59:28+01:00 (11 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/gui/ExtendedDialog.java

    r6316 r6340  
    3535import org.openstreetmap.josm.gui.help.HelpBrowser;
    3636import org.openstreetmap.josm.gui.help.HelpUtil;
     37import org.openstreetmap.josm.gui.widgets.JMultilineLabel;
    3738import org.openstreetmap.josm.tools.GBC;
    3839import org.openstreetmap.josm.tools.ImageProvider;
Note: See TracChangeset for help on using the changeset viewer.