Changeset 29388 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialogButton.java
- Timestamp:
- 2013-03-23T18:45:59+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialogButton.java
r29386 r29388 72 72 73 73 String description = offset.isDeprecated() ? offset.getAbandonReason() : offset.getDescription(); 74 description = description.replace("<", "<").replace(">", ">"); 74 75 JLabel descriptionLabel = new JLabel("<html><div style=\"width: 300px;\">"+description+"</div></html>"); 76 Font descriptionFont = new Font(descriptionLabel.getFont().getName(), Font.BOLD, descriptionLabel.getFont().getSize() - 2); 77 descriptionLabel.setFont(descriptionFont); 75 78 76 79 double offsetDistance = offset instanceof ImageryOffset
Note:
See TracChangeset
for help on using the changeset viewer.
