Search:

Type: Posts; User: bgroenks96

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,537

    Re: Problems with ItemEvents

    Yeah just realized that.... stupidity isn't a fun feeling. :(

    I do that somewhat often. Type in a method and forget the () identifier.
  2. Replies
    5
    Views
    1,537

    Re: Problems with ItemEvents

    import javax.swing.*;
    import java.awt.event.*;
    class Test {
    JMenu error;
    JMenuBar menuBar;
    ButtonGroup bg;
    JRadioButtonMenuItem one,two;
    public void setUp() {
    JFrame frame = new...
  3. Replies
    5
    Views
    1,537

    Problems with ItemEvents

    I'm confused on how to use ItemEvents... the class contains four generic methods that all return generic results if the state of two radio buttons in a menu are changed. How do you use the ItemEvent...
Results 1 to 3 of 3