| Author |
Why are no components displaying?
|
James Hodgkiss
Ranch Hand
Joined: Jan 22, 2004
Posts: 401
|
|
I'm just experimenting with setBounds() and setLayout(null). But the following code doesn't work unless the scrollPaneHolder.setLayout(null) line is commented out. Does anyone know why? (What I am trying to achieve is to set the position of the scrollPane manually so that it's grey border is not visible.) Cheers, James
|
 |
James Hodgkiss
Ranch Hand
Joined: Jan 22, 2004
Posts: 401
|
|
|
scrollPaneHolder.setSize(400, 400);
|
 |
 |
|
|
subject: Why are no components displaying?
|
|
|