Posts by Douglas Ribeiro • 69 points
6 posts
-
0
votes2
answers67
viewsA: How to pause Thread while Alert runs within Platform.runLater - Javafx Java
Based on the @Piovezan explanation, I managed to apply the solution in my code. It follows full class to help future programmers: public class teste2 extends Application { public static void…
-
0
votes2
answers67
viewsQ: How to pause Thread while Alert runs within Platform.runLater - Javafx Java
I need to execute a method within a Thread that contains Alert and Dialog. As you already know Javafx has the limitation of not being able to show Alert or Dialog inside a Thread, so I put them…
-
0
votes1
answer185
viewsA: How to remove Tableview lines even with search field using Javafx?
I was able to solve by placing all the data inside a global Observablelist and I cleaned the obsList lines with the clear() method. Below the code used: private ObservableList<DadosXml>…
-
-3
votes1
answer185
viewsQ: How to remove Tableview lines even with search field using Javafx?
Eae personal, I am trying to put the option to clear Tableview in my project, but as I have implemented the search option whenever I try to clear Tableview is presented this error: Exception in…
-
3
votes1
answer208
viewsQ: How to load files, folders and subfolders using php
I wonder if it is possible to upload files, folders and subfolders using PHP? I know who in java can do this kind of upload, but in php I could only upload multiple files.
-
4
votes1
answer1376
viewsQ: How to use Jprogressbar while method(returns value) performs reading XML files?
I have a little knowledge in Java and I have already researched in the internet about how to use a Jprogressbar while running a method, but I could not get any example that works according to my…
javaasked Douglas Ribeiro 69