Search:

Type: Posts; User: copeg

Search: Search took 0.18 seconds.

  1. Replies
    8
    Views
    1,164

    Re: need help with my java program

    Perhaps you initialized your double variables, but what about your object variables? They must be instantiated prior to use (for example "myTextField = new JTextField()" ), and while many have been...
  2. Replies
    8
    Views
    1,164

    Re: need help with my java program

    Something is being added to your user interface that is null. Make sure all your variables are initialized (hint: where is timeField constructed?)
Results 1 to 2 of 2