Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    18
    Views
    3,984

    Re: java Final Project Error

    Please copy and paste the full text of the error here. You have left out some of the important info in the message!!!

    Did you look at what I posted?????
    Go look again. I did NOT put the ) beside...
  2. Replies
    18
    Views
    3,984

    Re: java Final Project Error

    Please copy and paste the full text of the error here. It saves a lot of guessing
  3. Replies
    18
    Views
    3,984

    Re: java Final Project Error

    You can connect some of the ActionListeners by changing this:


    button.addActionListener(this);

    new ActionListener(){

    to this:
  4. Replies
    18
    Views
    3,984

    Re: java Final Project Error

    Do you see which actionPerformed method is being executed?
    If not add a println() to all of them with different messages, compile and execute the code, press the button and see which method is...
  5. Replies
    18
    Views
    3,984

    Re: java Final Project Error

    new ActionListener(){
    public void actionPerformed(ActionEvent e) {

    This code creates a listener object that isn't used???
Results 1 to 5 of 5