Sun's TableLayout package.

I couldn’t think of anywhere else to post this, but I was recently pointed to the following article and .jar file.

http://java.sun.com/products/jfc/tsc/articles/tablelayout/index.html

I figured that anyone using GridBagLayout or at least thinking about it might want to know about this very useful class… it is REALLY nice.

Hope this helps.

YES, I confirm that! We use TableLayout HEAVILY for quite a time now. A real must-have!

Has anyone here tried the SpringLayout in 1.4?
http://java.sun.com/docs/books/tutorial/uiswing/layout/spring.html

Is so, what did you think of it?

Looks VERY interesting… I’ll have to play with it.