Search:

Type: Posts; User: mechnik

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,308

    Re: problem completing beginners' gui tutorial

    problem solved by prepending
    sendButton = new JButton();
    before
    sendButton.addActionListener(this);
  2. Replies
    1
    Views
    1,308

    solved: problem completing beginners' gui tutorial

    Hello,

    I am trying to complete an online gui programming tutorial at CS124, Fall 2009, Lab 11

    The code below compiles but produces these runtime errors:

    java.lang.NullPointerException
    at...
Results 1 to 2 of 2