Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    7,768

    Re: Unable to add JPanel to JScrollPane

    Post an SSCCE that reproduces the problem, which allows one to test the code as opposed to guessing at things such as layouts, etc...and allow you to break the problem down to the troublesome part...
  2. Replies
    8
    Views
    7,768

    Re: Unable to add JPanel to JScrollPane

    Don't use setBounds (unless you are using null layouts, which I advise against). Use setPreferredSize to set the size of the panel. Try the following:



    panel.setPreferredSize(new...
Results 1 to 2 of 2