Changeset 30012 in osm for applications/editors/josm/plugins/smed2/src/panels
- Timestamp:
- 2013-10-07T15:05:07+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/panels/ShowFrame.java
r29266 r30012 48 48 49 49 public void paint(Graphics g) { 50 super.paint(g); 50 51 Graphics2D g2 = (Graphics2D)g; 51 52 g2.setBackground(new Color(0xb5d0d0));
Note:
See TracChangeset
for help on using the changeset viewer.