Ignore:
Timestamp:
2013-08-31T17:11:07+02:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r29894 r29896  
    255255                moreButton.addActionListener(alMore);
    256256
     257            messageBar = new JTextField();
     258            messageBar.setBounds(10, 355, 380, 20);
     259            messageBar.setEditable(false);
     260            messageBar.setBackground(Color.WHITE);
     261            add(messageBar);
    257262        }
    258263
Note: See TracChangeset for help on using the changeset viewer.