Does Fantom have any layouts similar to JAVA's Gridbag?
SlimerDudeFri 23 Sep 2016
Hi Eddie,
I'm not too familiar with the GridBagLayout but Fantom's GridPane is pretty flexible and allows a specified column / row to take up any remaining space.
Though personally, for most of my (simple) layout needs I tend to nest multiple EdgePanes inside each other.
Eddie Thu 22 Sep 2016
Does Fantom have any layouts similar to JAVA's Gridbag?
SlimerDude Fri 23 Sep 2016
Hi Eddie,
I'm not too familiar with the GridBagLayout but Fantom's GridPane is pretty flexible and allows a specified column / row to take up any remaining space.
Though personally, for most of my (simple) layout needs I tend to nest multiple EdgePanes inside each other.