Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Leon Hansen   on Jan 13 In Java Category.

  
Question Answered By: Edna West   on Jan 13

You should declare a ButtonGroup and then in initialize() method or your JRadioButton decalation method
you should add your JradioButton to the declared ButtonGroup.
So , you will have something like this :


ButtonGroup btngrp = new ButtonGroup();

....

btnRepayment .add(jrb1);

Share: 

 

This Question has 9 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on GUI problem Or get search suggestion and latest updates.


Tagged: