Search:

Type: Posts; User: nenay

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    7,736

    Re: Unable to add JPanel to JScrollPane

    Thank you guys! Yes, I am using null layout, and I know it has many disadvantages, but in this programme I wanted to have it like this. And I found the problem - the single repaint on the mother...
  2. Replies
    8
    Views
    7,736

    Re: Unable to add JPanel to JScrollPane

    This I've tried before (as I mentioned above), but still nothing. I do not know what else should I do. It seems like the 'panel' was not created or what (for example, for JTextPane it does exactly...
  3. Replies
    8
    Views
    7,736

    Re: Unable to add JPanel to JScrollPane

    No, it has to be something else, that does very much the same. :/

    I've also tried not to set bounds of 'panel' but set its preferred size, but with no success.
  4. Replies
    8
    Views
    7,736

    Unable to add JPanel to JScrollPane

    Hi,

    I want to add a JPanel (called panel) to the mother object, in this case another JPanel. On 'panel' there should be a list of some CheckBoxes, and since their number is not constant, I want to...
Results 1 to 4 of 4