Changeset 23487 in osm for applications/editors/josm/plugins/smed/plugs
- Timestamp:
- 2010-10-06T23:53:19+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
r23486 r23487 104 104 if (jPanel == null) { 105 105 aboutCopyright = new JLabel(); 106 aboutCopyright.setBounds(new Rectangle(125, 5, 245, 54));106 aboutCopyright.setBounds(new Rectangle(125, 0, 245, 54)); 107 107 aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009 / 2010<BR><center>by" + 108 108 "<BR>Werner König & Malcolm Herring</BODY></HTML>"); 109 109 110 110 aboutAuthors = new JLabel(); 111 aboutAuthors.setBounds(new Rectangle(30, 50, 340, 30));111 aboutAuthors.setBounds(new Rectangle(30, 40, 340, 30)); 112 112 aboutAuthors.setText("Authors: Werner König and Malclom Herring"); 113 113
Note:
See TracChangeset
for help on using the changeset viewer.