Search:

Type: Posts; User: tabutcher

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    2,350

    Re: radio buttons stop working

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

    public class Digit extends JApplet implements ItemListener, ActionListener
    {
    int digit, length;...
  2. Replies
    2
    Views
    2,350

    radio buttons stop working

    hi,
    I've just noticed a problem while testing my app.
    I have a set of radio buttons that change the text color when it is clicked but noticed they stop working when I click on restart from the...
Results 1 to 2 of 2