Click to See Complete Forum and Search --> : add two component in scrollpane


Michael Jin
January 27th, 1999, 08:40 PM
how can I add two component in scrollpane.

scrollpane.add(); only add a component .

help me.

Paolo Milani
January 28th, 1999, 02:41 AM
I think the best way to deal with ScrollPanes is making a unique Panel laid out

with your components, and then add that panel to the scroll pane.