Posts by Lucas H. Rosa • 51 points
2 posts
-
3
votes1
answer1699
viewsQ: Update a Jtable within a Jframe through another Jframe
I own a JFrame, where inside it has a JTable and a JButton (Change) that makes the call from another Jframe. In this other Jframe, a data change is made according to the row selected in the table…
-
1
votes1
answer71
viewsQ: Display multiple columns
I am developing a basic program in Java Application (Desktop) that performs a simple registration and displays on another screen through a Jtable the recorded data in the same. My problem is that…