Changeset 5194 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2012-04-16T21:57:13+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r5145 r5194 1063 1063 a.setEditable(false); 1064 1064 a.setText(b.toString()); 1065 a.setCaretPosition(0); 1065 1066 JOptionPane.showMessageDialog(Main.parent, new JScrollPane(a), tr("Plugin information"), 1066 1067 JOptionPane.INFORMATION_MESSAGE); … … 1076 1077 description.setBorder(BorderFactory.createEmptyBorder(0, 20, 0, 0)); 1077 1078 description.setBackground(UIManager.getColor("Panel.background")); 1079 description.setCaretPosition(0); 1078 1080 1079 1081 pluginTab.add(description, GBC.eop().fill(GBC.HORIZONTAL));
Note:
See TracChangeset
for help on using the changeset viewer.