Changeset 16561 in osm for applications
- Timestamp:
- 2009-07-18T16:39:37+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbListCellRenderer.java
r13497 r16561 53 53 54 54 if(isSelected) { 55 label.setForeground(UIManager.getColor("List.selectionForeground")); 55 56 label.setBackground(UIManager.getColor("List.selectionBackground")); 56 57 } else { 58 label.setForeground(UIManager.getColor("List.foreground")); 57 59 label.setBackground(index % 2 == 0 ? background : altBackground); 58 60 }
Note:
See TracChangeset
for help on using the changeset viewer.