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.
You are looking for JComponent.scrollRectToVisible.