Help Tables!
Hello,
I'm having a problem regarding tabels. I have an interface built using java.awt in the form of an application. What i would like to do is to call in a table with a scroller.
can JTabels and JScrollPane be used in an awt interface.
the commands are as such
example
private Jtabel tabel;
tables = new JTabel( 4,4);
JScrollPane scroller = new JScrollPane (table);
It there all the commands to it?
Thank you
harvin

