Posts by edsaon • 21 points
2 posts
-
1
votes1
answer113
viewsA: Javafx - locked screens
Follow the modification I made in the method to work: @FXML void ligarServidor(ActionEvent event) throws IOException { //inicio da task Task servidor = new Task() { @Override protected Object call()…
-
1
votes1
answer113
viewsQ: Javafx - locked screens
All Javafx screens lock when the server is turned on. I tried to use task, but you don’t seem to be getting ahead of yourself. The program works even with the locked screens but I would like to be…