Changeset 32925 in osm for applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap
- Timestamp:
- 2016-09-04T13:24:24+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRenderer.java
r32519 r32925 21 21 public class TurnRestrictionTypeRenderer extends JLabel implements ListCellRenderer<Object> { 22 22 23 privatefinal Map<TurnRestrictionType, ImageIcon> icons = new HashMap<>();23 final Map<TurnRestrictionType, ImageIcon> icons = new HashMap<>(); 24 24 private String iconSet = "set-a"; 25 25 -
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceEditor.java
r32519 r32925 120 120 * Launches an external browser with the sponsors home page 121 121 */ 122 class SkobblerUrlLauncher extends MouseAdapter implements HyperlinkListener {122 static class SkobblerUrlLauncher extends MouseAdapter implements HyperlinkListener { 123 123 protected void launchBrowser() { 124 124 OpenBrowser.displayUrl("http://www.skobbler.de");
Note:
See TracChangeset
for help on using the changeset viewer.