Searched refs:stopButton (Results 1 – 1 of 1) sorted by relevance
167 private JButton stopButton; field in Workspace460 stopButton = new JButton(); in buildToolBar()461 stopButton.setAction(actionsMap.get(StopServerAction.ACTION_NAME)); in buildToolBar()462 stopButton.putClientProperty("JButton.buttonType", "segmentedTextured"); in buildToolBar()463 stopButton.putClientProperty("JButton.segmentPosition", "middle"); in buildToolBar()464 toolBar.add(stopButton); in buildToolBar()933 stopButton.setEnabled(false); in currentDeviceChanged()956 stopButton.setEnabled(true); in checkForServerOnCurrentDevice()963 stopButton.setEnabled(false); in checkForServerOnCurrentDevice()