Searched refs:forwardButton (Results 1 – 2 of 2) sorted by relevance
31 JButton backwardButton, forwardButton; in initializeComponents() local37 …add(forwardButton = new JButton(">"), new GridBagConstraints(2, 0, 1, 1, 1, 1, GridBagConstraints.… in initializeComponents()51 forwardButton.addActionListener(new ActionListener() { in initializeComponents()
39 public int forwardButton = Buttons.MIDDLE; field in CameraInputController186 } else if (button == forwardButton) { in process()