Search:

Type: Posts; User: rokere1

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,273

    Re: Button and Radio Buttons not working!!!

    here is an updated code format and still no dice

    import java.awt.Color;
    import java.awt.EventQueue;

    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import...
  2. Replies
    5
    Views
    1,273

    Re: Button and Radio Buttons not working!!!

    import java.awt.BorderLayout;
    import java.awt.EventQueue;

    import javax.swing.ButtonGroup;
    import javax.swing.JButton;
    import javax.swing.JComponent;
    import javax.swing.JFrame;
    import...
  3. Replies
    5
    Views
    1,273

    Button and Radio Buttons not working!!!

    I cant seem to get the text to change color from radio button selection and the panel to change color upon button click!

    heres my code

    import java.awt.BorderLayout;
    import java.awt.EventQueue;...
Results 1 to 3 of 3