Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    7
    Views
    1,215

    Re: Adding a JScrollPane to a JTree

    Look at how the code in the API doc uses a JScrollPane to hold a component to be displayed and use that same technique.
    http://docs.oracle.com/javase/tutorial/uiswing/components/scrollpane.html
  2. Replies
    7
    Views
    1,215

    Re: Adding a JScrollPane to a JTree

    Did you read the API doc to see how to use the JScrollPane?
  3. Replies
    7
    Views
    1,215

    Re: Adding a JScrollPane to a JTree

    You should look at the API doc on how to use the JScrollPane. There is a link to the tutorial there.

    The first thing I see is that the JScrollPane object is not added to a container in the GUI.
  4. Replies
    7
    Views
    1,215

    Re: Adding a JScrollPane to a JTree

    What is wrong with the image you posted? What do you want different?
Results 1 to 4 of 4