Search:

Type: Posts; User: joy_blue03

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    3,070

    [SOLVED] Re: CheckboxGroup problem

    thanks for the help. I already fix the problem.
  2. Replies
    7
    Views
    3,070

    [SOLVED] Re: CheckboxGroup problem

    @ daryl: its a radio button
    @ norm here's the error when i change to getSelectedCheckbox() :

    C:\Users\Faculty\cs257\src\testNi.java:60: cannot find symbol
    symbol : method...
  3. Replies
    7
    Views
    3,070

    [SOLVED] CheckboxGroup problem

    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.*;


    public class testNi extends Frame implements ActionListener {
    public Label first,second,result;
    public Button...
Results 1 to 3 of 3