Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Replies
    13
    Views
    4,839

    [SOLVED] Re: Need help with my JTree add JScrollPane

    Ok, that is a good sign. That confirms that somewhere in the code, there is a conflict (or multiple conflicts). Now we just need to find it. The first thing you should do is swap the final keyword...
  2. Replies
    13
    Views
    4,839

    [SOLVED] Re: Need help with my JTree add JScrollPane

    Ok. Well the first thing I would do is get rid of all of the extra stuff that may or may not be creating conflicts, since ruling that possibility out is the fastest thing to do right now.

    So, use...
  3. Replies
    13
    Views
    4,839

    [SOLVED] Re: Need help with my JTree add JScrollPane

    Try using the new JScrollPane(tree); constructor instead of the new JScrollPane(); constructor, and tell me if that does anything.
  4. Replies
    13
    Views
    4,839

    [SOLVED] Re: Need help with my JTree add JScrollPane

    What is happening (or not happening) that shouldn't (or should)?
Results 1 to 4 of 4