Arrow key functionality in the ButtonGroup

S

srinivas.veeranki

Hi All,

I added 4 JRadio buttons to ButtonGroup. For these radio buttons i am
unable to achieve the arrow key functionality. here i am attaching the

code


rateList = theController.getDeleteOptionList();
for (int i = 0, j = 1; i < rateList.size(); i++) {
ListElement listRb = (ListElement)
rateList.get(i);
JRadioButton radioBtn = new
JRadioButton(listRb.getTextValue());

radioBtn.setActionCommand(listRb.getTextValue());
radioBtn.addActionListener(actionclass);
deleteButtonGrp.add(radioBtn);



}


Thanks for ur help in advance...

Srinivas.
 
A

Andrew Thompson


<drily>Hello again</drily>

You already have answers on the other thread,

Please learn to use the "Separate multiple groups
with commas' functionality of your web interface to
Usenet.

Andrew T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top