Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    1,678

    Re: JlList not getting updated properly

    On the line where the exception is thrown, add some println's to print the objects you try to access to see which one is null (from there you can backtrack to figure out the appropriate location to...
  2. Replies
    10
    Views
    1,678

    Re: JlList not getting updated properly

    What did you try? Post the updated code
  3. Replies
    10
    Views
    1,678

    Re: JlList not getting updated properly

    Is there a reason why you are adding your list (and list in a JScrollPane) in the actionPerformed method? Why not add it to the user interface to begin with, and just update the model from the...
Results 1 to 3 of 3