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 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/widgets/UrlLabel.java

    r6337 r6340  
    11// License: GPL. Copyright 2007 by Immanuel Scholz and others
    2 package org.openstreetmap.josm.tools;
     2package org.openstreetmap.josm.gui.widgets;
    33
    44import java.awt.Cursor;
    55import java.awt.event.MouseEvent;
    66import java.awt.event.MouseListener;
     7
    78import javax.swing.JLabel;
    89import javax.swing.SwingUtilities;
     10
     11import org.openstreetmap.josm.tools.OpenBrowser;
     12import org.openstreetmap.josm.tools.Utils;
     13
    914import static org.openstreetmap.josm.tools.I18n.tr;
    1015
Note: See TracChangeset for help on using the changeset viewer.