Well, I messed up myself playing with GTK layouts, and now I started thinking about Windows layouts in terms of GTK and can't find a suitable LayoutManager to use.
I'm specifically looking for a LayoutManager, written in Java, for use in a Swing-based application that acts almost the same as GTK Horizontal and Vertical.
In particular, I want the child widgets to be tied to a size outside the axis of the container, as well as to the fact that some components take up additional space (the "expand" option in GTK), while other widgets accept only with a minimum size on the axis .
Is there a layout manager that will do this?
source
share