Search:

Type: Posts; User: javapenguin

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,626

    Re: trouble with GUI

    I answered the original question. Was just pointing out how buttonClicked never was called it seems.
    That's all.


    o:-)
  2. Replies
    7
    Views
    1,626

    Re: trouble with GUI

    Yeah...I see that end bracket now. Didn't catch it.

    :o
  3. Replies
    7
    Views
    1,626

    Re: trouble with GUI

    To add an ActionListener, you could do this

    aButton.addActionListener(this);
    anotherButton.addActionListener(this);

    and then later...outside of constructor inside it's own method.


    public...
  4. Replies
    7
    Views
    1,626

    Re: trouble with GUI

    import javax.swing.*;
    import BreezySwing.*;
    public class piGUI extends GBFrame{
    // beginning of class
    private JLabel iterationLabel;
    private JLabel numberLabel;
    private DoubleField...
Results 1 to 4 of 4