Changeset 30426 in osm for applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java
- Timestamp:
- 2014-04-29T00:12:00+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java
r30223 r30426 32 32 33 33 static { 34 HashMap<TextAttribute, Integer> aUnderline = new HashMap< TextAttribute, Integer>();34 HashMap<TextAttribute, Integer> aUnderline = new HashMap<>(); 35 35 aUnderline.put(TextAttribute.UNDERLINE, TextAttribute.UNDERLINE_ON); 36 36 ATTR_LINK_FONT = ATTR_FONT.deriveFont(aUnderline);
Note:
See TracChangeset
for help on using the changeset viewer.
