Are there any known problems with the JScrollPane in jdk 1.5? I can get
the scroll pane to show up, but not to autoscroll. I've tried using
.setAutoscrolls(true), but it didn't work.?
Any help would be appreciated, although its not serious - I was just
messing around with TextAreas and ScrollPanes...
Rogan Dawes - 07 Nov 2005 11:46 GMT
> Are there any known problems with the JScrollPane in jdk 1.5? I can get
> the scroll pane to show up, but not to autoscroll. I've tried using
> .setAutoscrolls(true), but it didn't work.?
> Any help would be appreciated, although its not serious - I was just
> messing around with TextAreas and ScrollPanes...
What do you mean "it doesn't work"?
http://www.catb.org/~esr/faqs/smart-questions.html
Rogan