Frame « JScrollPane « Java Swing Q&A





1. Can i set more than one scroll bar to frame in swing    stackoverflow.com

I want to set more than one vertical scroll bar to frame in swing. Is it possible?

2. ScrollBar on a Frame ??    coderanch.com

3. How to Add Scroll bars to a frame    coderanch.com

4. No scroll in a frame???    coderanch.com

5. to add Scrollbar to Frame in AWT    coderanch.com

I want a scrollbar in my awt frame. In my frame i have used paint(graphics g) option when the painting goes beyond the specified size it is not displaying.I want a scrollbar to see that. for e.g. size(300,300)---frame and we have rectangle starting at x=400 and y=400 to see this rectangle i need a scrollbar