![]() |
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:
Thanks for your help. Do you know the code to ensure that the Scroll Bars will be visible at all times. I know that the ScrollPane can take in scrollbar policies as parameters but how exactly do you you implement these, if this is what I need. > Hi John, > 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
|