Changeset 12778 in osm for applications/editors/josm/plugins/plastic_laf/src
- Timestamp:
- 2009-01-01T18:28:53+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/plastic_laf/src/plastic_laf/Plugin.java ΒΆ
r1467 r12778 7 7 8 8 public class Plugin { 9 10 11 12 9 public Plugin() throws UnsupportedLookAndFeelException { 10 UIManager.getDefaults().put("ClassLoader", getClass().getClassLoader()); 11 UIManager.setLookAndFeel(new PlasticLookAndFeel()); 12 } 13 13 }
Note:
See TracChangeset
for help on using the changeset viewer.