Ignore:
Timestamp:
2010-11-21T23:47:51+01:00 (14 years ago)
Author:
postfix
Message:

'harbour extended'

Location:
applications/editors/josm/plugins/smed/plugs/harbour/src
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/plugs/harbour/src/harbour/Harbour.java

    r24315 r24325  
    11
    22package harbour;
     3
     4import harbour.dialogs.HarbourAction;
    35
    46import javax.swing.ImageIcon;
     
    1214        private int index = -1;
    1315        private String msg = "";
     16        private HarbourAction harbour = null;
    1417        private SmedPluginManager manager = null;
    1518
     
    7275        public JComponent getComponent() {
    7376                manager.showVisualMessage(msg);
    74                 return null;
     77                harbour = new HarbourAction();
     78               
     79                return harbour.getHarbourPanel();
    7580        }
    7681
Note: See TracChangeset for help on using the changeset viewer.