repeat creation of text fields
right i need to create an application which show the data of 60 server (the data retreived from mysql table)
no problem getting the data or showing the data in a table.
but i need the data to be show in text fields.
without creating 60 text fields each for 8 columns, is there an easier way to do this.
im using netbeans.
Thanks
Kurt
Re: repeat creation of text fields
Use a JTable? Or just create the text fields in a loop?
The IDE you're using has no impact on the solution. If you're using a GUI builder: don't.