how can I add two component in scrollpane.
scrollpane.add(); only add a component .
help me.
Printable View
how can I add two component in scrollpane.
scrollpane.add(); only add a component .
help me.
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.