> how it's possible to populate a jtable in netbeans?
>
> help please
In NetBeans, select the JTable. Make sure the Properties window for the
object is open, and in that window select the Properties tab. Find the
property "model" and open its editing dialog box (click on the box
marked ...). From the droplist select TableModelEditor and fill in the
values you want.

Signature
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555
Carl Schwarcz - 05 Feb 2005 08:02 GMT
Yes but what if you want to provide your own table model?