Changeset 30737 in osm for applications/editors/josm/plugins/smed/src/panels/PanelHaz.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/panels/PanelHaz.java
r29894 r30737 82 82 public JRadioButton beaconButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/BeaconButton.png"))); 83 83 public JRadioButton towerButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/TowerButton.png"))); 84 public EnumMap<Shp, JRadioButton> shapes = new EnumMap< Shp, JRadioButton>(Shp.class);85 public EnumMap<Shp, Obj> carObjects = new EnumMap< Shp, Obj>(Shp.class);86 public EnumMap<Shp, Obj> isdObjects = new EnumMap< Shp, Obj>(Shp.class);84 public EnumMap<Shp, JRadioButton> shapes = new EnumMap<>(Shp.class); 85 public EnumMap<Shp, Obj> carObjects = new EnumMap<>(Shp.class); 86 public EnumMap<Shp, Obj> isdObjects = new EnumMap<>(Shp.class); 87 87 private ActionListener alShape = new ActionListener() { 88 88 public void actionPerformed(java.awt.event.ActionEvent e) {
Note:
See TracChangeset
for help on using the changeset viewer.
