Removed Start Menu
This commit is contained in:
Jindra Pet��k
2013-07-22 21:37:16 +02:00
parent ef7aaeb76a
commit af2f69aa93
290 changed files with 1957 additions and 579 deletions
@@ -93,7 +93,7 @@ public class ProxyFrame extends AppFrame implements ActionListener, CatchedListe
cnt.add(new JScrollPane(swfList), BorderLayout.CENTER);
portField.setPreferredSize(new Dimension(60, 22));
portField.setPreferredSize(new Dimension(80, portField.getPreferredSize().height));
JPanel buttonsPanel = new JPanel();
buttonsPanel.setLayout(new FlowLayout());
buttonsPanel.add(new JLabel(translate("port")));