Search:

Type: Posts; User: hello_world

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    1,981

    Re: ActionListener help

    I'm close now, but having troubles with another part of my program. I need to output all this information and format it properly. I have this block of code, but due to the location of variables...
  2. Replies
    10
    Views
    1,981

    Re: ActionListener help

    Yeah, I just figured out what Junky was saying. So simple I missed it.
  3. Replies
    10
    Views
    1,981

    Re: ActionListener help

    Duh..I now know what you mean by delete...I have a lot of expletives to call myself right now.
  4. Replies
    10
    Views
    1,981

    Re: ActionListener help

    The fromString() returns another object that it is creating, which I will use to create a new object. So eventually I'll have two checkedTime objects, which I will use to create an object with these...
  5. Replies
    10
    Views
    1,981

    Re: ActionListener help

    Well, I got this one to work, a new problem emerges.

    Inside my ActionPerformed method I'm trying to call my CheckedTime fromString method which will instantiate a new PhoneCall object. However,...
  6. Replies
    10
    Views
    1,981

    ActionListener help

    I receive this error from within my listener

    CallWindow.java:94: local variable txtStartTime is accessed from within inner class; needs to be declared final
    String startTime =...
Results 1 to 6 of 6