Changeset 30737 in osm for applications/editors/josm/plugins/smed/src/panels/PanelFog.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/panels/PanelFog.java
r29894 r30737 24 24 public JRadioButton gongButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/FogGongButton.png"))); 25 25 public JRadioButton explosButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/FogExplosButton.png"))); 26 private EnumMap<Fog, JRadioButton> fogs = new EnumMap< Fog, JRadioButton>(Fog.class);26 private EnumMap<Fog, JRadioButton> fogs = new EnumMap<>(Fog.class); 27 27 private ActionListener alFog = new ActionListener() { 28 28 public void actionPerformed(java.awt.event.ActionEvent e) {
Note:
See TracChangeset
for help on using the changeset viewer.
