Question

I have designed swing controls over JPanel using netbeans , now i want the control should scroll with the click on Jscrollbar or JSlider

Suppose i have four buttons on the jpanel from then they should appear one by one from  
right to left while clicking on the jscrollbar or jslider.
Was it helpful?

Solution

You are looking for JComponent.scrollRectToVisible.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top