Search:

Type: Posts; User: Tyluur

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    1,214

    Re: Adding a JScrollPane to a JTree

    Yes I have I'm still hopelessly lost as to what I'm doing wrong. I've been searching for hours on end. Can you just tell me what to do
  2. Replies
    7
    Views
    1,214

    Re: Adding a JScrollPane to a JTree

    contentPane.add(treeScroll);



    Makes no difference. Am I doing something wrong in my code?
  3. Replies
    7
    Views
    1,214

    Re: Adding a JScrollPane to a JTree

    There is no scroll bar, theres more than 4 values in the tree but they arent visible.
  4. Replies
    7
    Views
    1,214

    Adding a JScrollPane to a JTree

    I can't get the scrollpane to appear here:



    package oldschool.runescape.com;

    import java.awt.EventQueue;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import...
Results 1 to 4 of 4