I would like to add a bunch of checkboxes to a scrollable pane. Has implemented a table or scrollpane which allows more than one component? Thanks.
Printable View
I would like to add a bunch of checkboxes to a scrollable pane. Has implemented a table or scrollpane which allows more than one component? Thanks.
ScrollPane allows you to put one component in it. Hence, the best solution to put lots of component is
to put thoese components in a Panel, and then put the Panel in the ScrollPane.
good luck,
Alfred Wu