Ignore:
Timestamp:
2010-01-13T15:10:15+01:00 (15 years ago)
Author:
guggis
Message:

'Changed the constructor signature of the plugin main class'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/plastic_laf/src/plastic_laf/Plugin.java

    r13497 r19469  
    44import javax.swing.UnsupportedLookAndFeelException;
    55
     6import org.openstreetmap.josm.plugins.PluginInformation;
     7
    68import com.jgoodies.looks.plastic.PlasticLookAndFeel;
    79
    810public class Plugin {
    9     public Plugin() throws UnsupportedLookAndFeelException {
     11    public Plugin(PluginInformation info) throws UnsupportedLookAndFeelException {
    1012        UIManager.getDefaults().put("ClassLoader", getClass().getClassLoader());
    1113        UIManager.setLookAndFeel(new PlasticLookAndFeel());
Note: See TracChangeset for help on using the changeset viewer.