Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi!
> Adding a JTable to JScrollPane is very simple. No need to > JTable table = new JTable(); > Did I answer you ?? > > I'm searching the web for code to implement a JTable and to add this to my JScrollPane in my class. Everywhere seems to say that there is a simple way to do this, but I can't figure it out. Do I HAVE to write a seperate class for the table and call this from my JScrollPane? > > Any solutions, code, web-sites,... anything welcome.
Replies:
|
Sponsored Links
|