Changeset 30532 in osm for applications/editors/josm/plugins/mapdust/src/org/openstreetmap/josm/plugins/mapdust/gui/component/renderer/BugListCellRenderer.java
- Timestamp:
- 2014-07-14T04:18:06+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapdust/src/org/openstreetmap/josm/plugins/mapdust/gui/component/renderer/BugListCellRenderer.java
r25591 r30532 61 61 */ 62 62 @Override 63 public Component getListCellRendererComponent(JList list, Object value, 63 public Component getListCellRendererComponent(JList<?> list, Object value, 64 64 int index, boolean isSelected, boolean hasFocus) { 65 65 JLabel label =(JLabel) super.getListCellRendererComponent(list, value,
Note:
See TracChangeset
for help on using the changeset viewer.