Changeset 28885 in osm for applications/editors


Ignore:
Timestamp:
2012-11-02T14:37:43+01:00 (12 years ago)
Author:
malcolmh
Message:

'New release'

File:
1 edited

Legend:

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

    r28164 r28885  
    2020        public PanelLights panelLights = null;
    2121        public PanelMore panelMore = null;
    22         public PanelNotice panelNotice = null;
    23         public JScrollPane scrollNotice = null;
    2422        public PanelTop panelTop = null;
    2523        public PanelFog panelFog = null;
     
    188186                panelMore.setVisible(false);
    189187                add(panelMore);
    190                 panelNotice = new PanelNotice(dlg);
    191                 panelNotice.setPreferredSize(new Dimension(340, 300));
    192                 scrollNotice = new JScrollPane(panelNotice, ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS, ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
    193                 scrollNotice.setBounds(new Rectangle(40, 165, 360, 160));
    194                 scrollNotice.setVisible(false);
    195                 add(scrollNotice);
    196188                panelTop = new PanelTop(dlg);
    197189                panelTop.setBounds(new Rectangle(40, 165, 360, 160));
     
    292284                panelLights.setVisible(false);
    293285                panelMore.setVisible(false);
    294                 scrollNotice.setVisible(false);
    295286                panelTop.setVisible(false);
    296287                panelFog.setVisible(false);
     
    318309                                panelHaz.syncPanel();
    319310                                break;
    320                         case NTC:
    321                                 scrollNotice.setVisible(true);
    322311                        case SPP:
    323312                                specButton.setBorderPainted(true);
Note: See TracChangeset for help on using the changeset viewer.