Ignore:
Timestamp:
2009-01-01T18:28:53+01:00 (16 years ago)
Author:
stoecker
Message:

removed tab stop usage

File:
1 edited

Legend:

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

    r1467 r12778  
    77
    88public class Plugin {
    9         public Plugin() throws UnsupportedLookAndFeelException {
    10                 UIManager.getDefaults().put("ClassLoader", getClass().getClassLoader());
    11                 UIManager.setLookAndFeel(new PlasticLookAndFeel());
    12         }
     9    public Plugin() throws UnsupportedLookAndFeelException {
     10        UIManager.getDefaults().put("ClassLoader", getClass().getClassLoader());
     11        UIManager.setLookAndFeel(new PlasticLookAndFeel());
     12    }
    1313}
Note: See TracChangeset for help on using the changeset viewer.