Exemplo n.º 1
0
 @FXML
 public void editConnections() {
   showEditConnectionsWindow(false);
 }
Exemplo n.º 2
0
  @FXML
  public void createNewConnection() {
    logger.trace("Creating new connection...");

    showEditConnectionsWindow(true);
  }