Posts by Daniel Chiuratto Seabra • 101 points
4 posts
-
0
votes2
answers172
viewsA: What’s wrong with multi-thread implementation?
What was missing was to check if all the threads had finished, their execution, I was just checking if the thread had been executed, but not if all of them were executed. I used the approach of…
-
3
votes2
answers172
viewsQ: What’s wrong with multi-thread implementation?
The implementation below is merely a test class to test competition in Java. Multiple Threads are created that execute a method that adds up, then a return is displayed showing the sum result.…
-
2
votes1
answer140
viewsQ: Custom jcheckbox does not appear
I’d like to exhibit a JCheckBox larger than normal by default interface. After some searches I found in the link Customize Jcheckbox icons an example to be used, but it does not change the size of…
-
4
votes1
answer243
viewsQ: Problems with changing Jpanel inside Jdialog using Swing
I’m having a problem with a system I’m developing regarding screen swapping. Sorry for the extensive post, but I could not explain the problem otherwise. He owns a JFrame main with a menu that are…