-1

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.
adesh singh
  • 1,727
  • 9
  • 38
  • 70

1 Answers1

1

You are looking for JComponent.scrollRectToVisible.

Joop Eggen
  • 107,315
  • 7
  • 83
  • 138