Saturday, 24 August 2013

Java swing components keep size (static)

Java swing components keep size (static)

I've got a problem with the size of some object, for example a JList. If I
add a element, the size of the list will grow. Well that is good, but if I
add alot of elements, the JList will be out of the window of my app and I
can't see the bottom of it(Sorry for bad grammar). How can I can I make
the size static, that it will not go 'under' my window size.
Mathijs

No comments:

Post a Comment