Where do you find table model value afterJtable creation with JFrame class
I have created a custom table in the Jframe editor and wish to use the "addRow" method but am unsure where to find the value of the table model as to do so. I am very new to this language and any help would be greatly apreciated.
Re: Where do you find table model value afterJtable creation with JFrame class
Moved from New to Java.
A visual designer isn't a beginners' tool. Dump the designer and learn to code your GUIs manually, and all will be easy.
Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
db