Changeset 24325 in osm for applications/editors/josm/plugins/smed/plugs
- Timestamp:
- 2010-11-21T23:47:51+01:00 (14 years ago)
- 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 1 1 2 2 package harbour; 3 4 import harbour.dialogs.HarbourAction; 3 5 4 6 import javax.swing.ImageIcon; … … 12 14 private int index = -1; 13 15 private String msg = ""; 16 private HarbourAction harbour = null; 14 17 private SmedPluginManager manager = null; 15 18 … … 72 75 public JComponent getComponent() { 73 76 manager.showVisualMessage(msg); 74 return null; 77 harbour = new HarbourAction(); 78 79 return harbour.getHarbourPanel(); 75 80 } 76 81
Note:
See TracChangeset
for help on using the changeset viewer.