Kurt Latre
unread,Feb 21, 2012, 5:09:24 AM2/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AsWing Discuss
I have a panel that is populated with dynamicly generated data-
options.
Most of the time, the number of data-options is big, so I need a
scrollpane to let the user see them all.
But there are some cases where where the amount of objects is rather
small.
Then, the objects are showed centered in the scrollpane
This make the GUI look weird
I'ld like to see this content on top of the panel.
But somehow, the JScrollpane always centers the content.
Is there a way to avoid center alignment in the JScrollpane.