Posts by Mateus Sobral • 21 points
2 posts
-
1
votes1
answer292
viewsA: Jtable does not save information when focusing on the cell
Try to use repaint() jtable.repaint();
-
1
votes1
answer250
viewsA: Multi-processing/Multithread not working
You can do with Thread, I made a simple example has Jframe the main thread and a button that when you click starts another Thread that displays the jDialog you can put that your code within the…