Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Replies
    18
    Views
    1,317

    Re: Radio Button Help Please!

    What you want is the JRadioButton that is selected. The ButtonGroup the JRadioButton is in can be used to get data from the JRadioButton that is selected.

    Is the variable defined in the correct...
  2. Replies
    18
    Views
    1,317

    Re: Radio Button Help Please!

    I can't find a way to get to the JRadioButton using the ButtonGroup. Is there a path through the classes and methods to get it?
  3. Replies
    18
    Views
    1,317

    Re: Radio Button Help Please!

    Look at the ButtonGroup class. It probably has a way to get a reference to the selected radio button.
  4. Replies
    18
    Views
    1,317

    Re: Radio Button Help Please!

    What is the name of the local variable and the name of the field that is hidden?
    Do you have variables with the same name defined in two places: one local to a method and one in the class?
    The...
Results 1 to 4 of 4