Changeset 23490 in osm for applications/editors/josm/plugins/smed/plugs
- Timestamp:
- 2010-10-06T23:58:37+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/smed_about/src/smed_about/SmedAbout.java
r23488 r23490 121 121 122 122 aboutSmed = new JLabel(); 123 aboutSmed.setBounds(new Rectangle(100, 80, 265, 30));123 aboutSmed.setBounds(new Rectangle(100, 70, 265, 30)); 124 124 aboutSmed.setText("SeaMap Editor to map marks & lights"); 125 125 126 126 aboutAvailable = new JLabel(); 127 aboutAvailable.setBounds(new Rectangle(30, 1 40, 141, 27));127 aboutAvailable.setBounds(new Rectangle(30, 110, 141, 27)); 128 128 aboutAvailable.setText("available plugins:"); 129 129 130 130 aboutPlugins = new JLabel(); 131 aboutPlugins.setBounds(new Rectangle(58, 1 60, 303, 60));131 aboutPlugins.setBounds(new Rectangle(58, 130, 303, 60)); 132 132 aboutPlugins.setText("<HTML><BODY>SeaMark Editor" + 133 133 "<BR>SeaLight Editor" +
Note:
See TracChangeset
for help on using the changeset viewer.