The moose likes Swing / AWT / SWT / JFace and the fly likes ScrollBar(VERY URGENT PLEASE) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "ScrollBar(VERY URGENT PLEASE)" Watch "ScrollBar(VERY URGENT PLEASE)" New topic
Author

ScrollBar(VERY URGENT PLEASE)

Angela Jessi
Ranch Hand

Joined: Nov 27, 2000
Posts: 428
Hi,
As page go down and up, I want to scrollup and down according to the size of the page???
would you please send me simple example?
Thanks,
Angela
anu mani
Greenhorn

Joined: Feb 27, 2001
Posts: 6
There is are two static int variables for the JScrollPane which can help you.
These variables will be seen as and when the length of the original document increases.
1. public static final int VERTICAL_SCROLLBAR_AS_NEEDED
2. public static final int HORIZONTAL_SCROLLBAR_AS_NEEDED
Thanks,
Angela Jessi
Ranch Hand

Joined: Nov 27, 2000
Posts: 428
I want to use AWT only,,,
Thanks,
Angela
Ali Hassaan
Ranch Hand

Joined: May 16, 2001
Posts: 103
ScrollPane scroll;
scroll=new ScrollPane(scroll.SCROLLBAR_AS_NEEDED);
and then add this scrollpane in ur form...
 
 
subject: ScrollBar(VERY URGENT PLEASE)
 
Threads others viewed
cool? OS X idea ?
How to automatically change the page contents with change in drop down list option selection
this JSP may help many people?
onload
Some facts about India
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com