Changeset 19469 in osm for applications/editors/josm/plugins/plastic_laf/src/plastic_laf/Plugin.java
- Timestamp:
- 2010-01-13T15:10:15+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/plastic_laf/src/plastic_laf/Plugin.java
r13497 r19469 4 4 import javax.swing.UnsupportedLookAndFeelException; 5 5 6 import org.openstreetmap.josm.plugins.PluginInformation; 7 6 8 import com.jgoodies.looks.plastic.PlasticLookAndFeel; 7 9 8 10 public class Plugin { 9 public Plugin( ) throws UnsupportedLookAndFeelException {11 public Plugin(PluginInformation info) throws UnsupportedLookAndFeelException { 10 12 UIManager.getDefaults().put("ClassLoader", getClass().getClassLoader()); 11 13 UIManager.setLookAndFeel(new PlasticLookAndFeel());
Note:
See TracChangeset
for help on using the changeset viewer.