Exemple #1
0
 public void clearInputFields() {
   inputPanel.getIpAddressInput().setText("");
   inputPanel.getStartPortInput().setText("");
   inputPanel.getEndPortInput().setText("");
 }
Exemple #2
0
 public String getEndPort() {
   return inputPanel.getEndPortInput().getText();
 }