Search:

Type: Posts; User: mesatrin1

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    7,768

    Re: Unable to add JPanel to JScrollPane

    I tested your code and changed setbounds to setPreferredsize and it worked. I changed your color to black to make it easier to see over the white on white.


    package testing;

    import...
  2. Replies
    8
    Views
    7,768

    Re: Unable to add JPanel to JScrollPane

    Try this. I did not actually test this but I think this is your problem. Add the panel to the viewport of the scroll pane.




    JPanel panel;
    JScrollPane scrollPane;

    //this...
Results 1 to 2 of 2