Ignore:
Timestamp:
2011-11-12T23:07:53+01:00 (13 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelMain.java

    r27042 r27044  
    3131        public JLabel fogLabel = null;
    3232        public JLabel colLabel = null;
     33        public JLabel litLabel = null;
    3334        public JLabel nameLabel = null;
    3435        public JTextField nameBox = null;
     
    211212                this.add(fogIcon, null);
    212213                radarLabel = new JLabel("", SwingConstants.CENTER);
    213                 radarLabel.setBounds(new Rectangle(210, 35, 100, 20));
     214                litLabel = new JLabel("", SwingConstants.CENTER);
     215                litLabel.setBounds(new Rectangle(210, 35, 100, 20));
     216                this.add(litLabel, null);
     217                radarLabel.setBounds(new Rectangle(210, 55, 100, 20));
    214218                this.add(radarLabel, null);
    215219                fogLabel = new JLabel("", SwingConstants.CENTER);
    216                 fogLabel.setBounds(new Rectangle(210, 60, 100, 20));
     220                fogLabel.setBounds(new Rectangle(210, 75, 100, 20));
    217221                this.add(fogLabel, null);
    218222                colLabel = new JLabel("", SwingConstants.CENTER);
     
    315319                fogLabel.setText("");
    316320                colLabel.setText("");
     321                litLabel.setText("");
    317322                shapeIcon.setIcon(null);
    318323                lightIcon.setIcon(null);
Note: See TracChangeset for help on using the changeset viewer.