Ignore:
Timestamp:
2010-09-28T00:43:08+02:00 (15 years ago)
Author:
postfix
Message:

toms integrated in smed, basic works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed_about/src/smed_about/SmedAbout.java

    r23261 r23382  
    1212public class SmedAbout implements SmedPluggable{
    1313
     14        private boolean visible = true;
     15       
    1416    private JPanel jPanel = null;  //  @jve:decl-index=0:visual-constraint="43,24"
    1517    private JLabel jLabel = null;
     
    7880    }
    7981
     82        @Override
     83        public String getFileName() { return "smed_about.jar"; }
    8084}
Note: See TracChangeset for help on using the changeset viewer.