Search code examples
javaswingscrolljscrollpanejdesktoppane

Scroll the controls over using JDesktopPane in Swing


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.

Solution

  • You are looking for JComponent.scrollRectToVisible.