Home | History | Annotate | Download | only in hiero

Lines Matching defs:upButton

1135 		JButton upButton;

1167 Dimension buttonSize = upButton.getPreferredSize();
1169 upButton.setBounds(upButtonX, 0, buttonSize.width, buttonSize.height);
1181 upButton = new JButton();
1182 titlePanel.add(upButton);
1183 upButton.setText("Up");
1184 upButton.setMargin(new Insets(0, 0, 0, 0));
1185 Font font = upButton.getFont();
1186 upButton.setFont(new Font(font.getName(), font.getStyle(), font.getSize() - 2));
1224 upButton.addActionListener(new ActionListener() {
1278 effectPanel.upButton.setEnabled(false);
1280 effectPanel.upButton.setEnabled(true);