Changeset 26927 in osm for applications/editors/josm/plugins/smed/plugs
- Timestamp:
- 2011-10-22T20:01:01+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelCol.java
r26925 r26927 19 19 private Ent ent; 20 20 private ButtonGroup colourButtons = new ButtonGroup(); 21 public JRadioButton delButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/ OffButton.png")));21 public JRadioButton delButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/DelButton.png"))); 22 22 public JRadioButton addButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/AddButton.png"))); 23 23 public JRadioButton whiteButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/WhiteButton.png"))); -
applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelTop.java
r26925 r26927 15 15 public PanelPat panelPat = null; 16 16 private ButtonGroup topButtons = new ButtonGroup(); 17 public JRadioButton noTopButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/ NoneButton.png")));17 public JRadioButton noTopButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/OffButton.png"))); 18 18 public JRadioButton canTopButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/CanTopButton.png"))); 19 19 public JRadioButton coneTopButton = new JRadioButton(new ImageIcon(getClass().getResource("/images/ConeTopButton.png")));
Note:
See TracChangeset
for help on using the changeset viewer.