aspose file tools
The moose likes Applets and the fly likes TextArea scrollbar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "TextArea scrollbar" Watch "TextArea scrollbar" New topic
Author

TextArea scrollbar

Robert Stewart
Greenhorn

Joined: Aug 02, 2001
Posts: 5
Is there a way to enable the vertical scrollbar of a text area while leaving the text area itself disabled? In other words, a user can not enter text but can scroll through the text. Anybody know? Thanks!
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14572
    
    7

Do you mean that there's text in the area and you want to be able to scroll it without it being editable? Just set the "editable" property of the text area false.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: TextArea scrollbar
 
Similar Threads
TextArea scrollbar problem
Making Typing "Game", any tips or pointers before I start?
JTextAera sizing issue ?
Cant get multiple row result in UI
Stop text from wrapping