Changeset 30737 in osm for applications/editors/josm/plugins/smed/src/panels/PanelTop.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/panels/PanelTop.java
r29894 r30737 32 32 public JRadioButton squareDayButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/SquareDayButton.png"))); 33 33 public JRadioButton circleDayButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/CircleDayButton.png"))); 34 private EnumMap<Top, JRadioButton> tops = new EnumMap< Top, JRadioButton>(Top.class);34 private EnumMap<Top, JRadioButton> tops = new EnumMap<>(Top.class); 35 35 private ActionListener alTop = new ActionListener() { 36 36 public void actionPerformed(java.awt.event.ActionEvent e) {
Note:
See TracChangeset
for help on using the changeset viewer.