- Timestamp:
- 2020-04-15T21:59:19+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Combo.java
r16294 r16309 11 11 import javax.swing.JButton; 12 12 import javax.swing.JColorChooser; 13 import javax.swing.JLabel; 13 14 import javax.swing.JPanel; 14 15 … … 104 105 p.add(combobox, GBC.std().fill(GBC.HORIZONTAL)); 105 106 JButton button = new JButton(new ChooseColorAction()); 107 button.setOpaque(true); 106 108 button.setBorderPainted(false); 107 109 p.add(button, GBC.eol().fill(GBC.VERTICAL));
Note:
See TracChangeset
for help on using the changeset viewer.