Searched refs:inputAndOutput (Results 1 – 1 of 1) sorted by relevance
41 private final boolean inputAndOutput; field in ClassPathPanel46 public ClassPathPanel(JFrame owner, boolean inputAndOutput) in ClassPathPanel() argument50 super.firstSelectionButton = inputAndOutput ? 3 : 2; in ClassPathPanel()53 this.inputAndOutput = inputAndOutput; in ClassPathPanel()67 addAddButton(inputAndOutput, false); in ClassPathPanel()68 if (inputAndOutput) in ClassPathPanel()70 addAddButton(inputAndOutput, true); in ClassPathPanel()82 protected void addAddButton(boolean inputAndOutput, in addAddButton() argument85 JButton addButton = new JButton(msg(inputAndOutput ? in addAddButton()109 addButton(tip(addButton, inputAndOutput ? in addAddButton()[all …]