I need a code that allows me to perform the following function in Java Netbeans.
The box that is marked with red has four fields, Name, user, password and service. And with the same name of Edgar Perez there are registered several users and passwords, and I want that in the JTable that places in my program of Netbeans this data is fit like this in Excel.
I put several Textfield to go entering all the users, passwords and services, but I do not have the codes to save all the users, etc, in the table; I do not have the code that allows me to accommodate the data in the JTable as they appear in Excel.
I want to emphasize that my program is already connected to a database in Xamp and that it has save and update buttons but I need the codes.
I would greatly appreciate your help.