JCheckbox with scrollPane

Hi...i want to make a list of checkboxes that will only shows limited number of checkboxes. To view the full checkboxex, u will need to scroll down.

Any idea how to make it? i use JCheckbox and add it into JscrollPane. and it doesnt seem to work.

[259 byte] By [don.juan9a] at [2007-11-27 10:47:23]
# 1

how about adding the jcheckbox in jpanel and adding the jpanel in the scroll pane. but there must be a better solution just wait for other experts to reply.

Message was edited by:

Yannix

Yannixa at 2007-7-28 20:24:36 > top of Java-index,Desktop,Core GUI APIs...
# 2

wahh..thanks2...it works....appreciate ur help.

now..i want to get value of the selected checkBox when i click on certain button...but what listener should i use?

don.juan9a at 2007-7-28 20:24:36 > top of Java-index,Desktop,Core GUI APIs...
# 3

Read the API.

Either the JButton or JCheckbox API will take you to the Swing tutorial where you will find working examples.

camickra at 2007-7-28 20:24:36 > top of Java-index,Desktop,Core GUI APIs...