JScrollBar

JScrollBar

View Answers

July 1, 2009 at 3:20 PM

Hi Friend,

All the components are simply added on your frame,there is no relation between them therefore the position has not been changed.
It is better to use JScrollPane class to create scroll bars.It provides a scrollable view of a swing component.Visit the following link to get some examples regarding JScrollPane:

http://www.roseindia.net/java/example/java/swing/ChangeScrollBarValue.shtml
http://www.roseindia.net/java/example/java/swing/JScrollContainer.shtml

Thanks











Related Tutorials/Questions & Answers:
JScrollBar
JScrollBar  Using JScrollBar write a program that uses scroll barts to select forground color for a label. Three horizontal scroll bars are used for electing the red, green, blue components of the color. The foreground color
JScrollBar
JScrollBar  Using JScrollBar write a program that uses scroll barts to select forground color for a label. Three horizontal scroll bars are used for electing the red, green, blue components of the color. The foreground color
Advertisements
JScrollBar Problem...
JScrollBar Problem...  Hello Sir/mam, Can i know how to use JScrollBar to JFrame without adding any JPanel to it.. i want to add JScrollBar Directly to JFrame... Please Provide me Simple Example so i can understand
JScrollBar
JScrollBar - Java Beginners
JScrollBar  The code below implements the JScrollBar. The problem... AdjustmentListener { JFrame frame; JScrollBar vScrollBar,hScrollBar; JPanel p1..."); vScrollBar = new JScrollBar(JScrollBar.VERTICAL,30,40,0,300); hScrollBar
JScroll Bar Problem
JScroll Bar Problem  Hello sir , Can't we add JScrollBar directly to JFrame only by adding some buttons so that we can scroll and see these buttons... please provide me simple example but without adding JPanel to to JFrame
select the foreground color for a label
select the foreground color for a label  (Using JScrollBar) Write a program that uses scroll bars to select the foreground color for a label, Three horizontal scroll bars are used for selecting the red, green, and blue components
Show the Value of Scroll Bar in Java Swing
object of the Java Swing for which the value of JScrollBar is increased
JTable Pagination
javax.swing.JTextField(); jScrollBar = new javax.swing.JScrollPane(); table1 = new
What is Java Swing?
the task-orientation and functionality. JScrollBar This class used

Ads