mariofelesdossantosjr
09/05/2018, 6:38 PMmariofelesdossantosjr
09/05/2018, 6:39 PMcarlw
09/05/2018, 7:33 PMNikky
09/06/2018, 1:52 AMabhinay
09/06/2018, 2:20 AMabhinay
09/06/2018, 2:20 AMNikky
09/06/2018, 2:26 AMedvin
09/06/2018, 7:57 AMSiebelsTim
09/06/2018, 8:06 AMedvin
09/06/2018, 8:24 AMtieskedh
09/06/2018, 2:28 PMhttps://code.makery.ch/library/javafx-tutorial/part2/addressapp-part2.png▾
carlw
09/06/2018, 2:33 PMcarlw
09/06/2018, 2:33 PMtieskedh
09/06/2018, 2:34 PMcarlw
09/06/2018, 2:35 PMthomasnield
09/06/2018, 2:57 PMGridPane
is something you should rarely have to use unless you need a ridiculously weird and customized layout. From my experiences, you will be much better off using BorderPane
and/or SplitPane
, even if you have to nest them. It creates a more professional and consistent-looking UI with standard resizing behaviors.thomasnield
09/06/2018, 2:57 PMthomasnield
09/06/2018, 3:02 PMtieskedh
09/06/2018, 3:02 PMtieskedh
09/06/2018, 3:02 PMthomasnield
09/06/2018, 3:03 PMGridPane
, it's probably because they have a background using Swing's GridBagLayout
and carried that inclination over.thomasnield
09/06/2018, 3:26 PMDatePicker
support for TableView
cells with LocalDate
? I found a pretty nice implementation right herethomasnield
09/06/2018, 3:26 PMthomasnield
09/06/2018, 3:36 PMcarlw
09/06/2018, 3:54 PMthomasnield
09/06/2018, 3:55 PMthomasnield
09/06/2018, 3:55 PMchickenfresh
09/06/2018, 9:01 PMchickenfresh
09/06/2018, 9:01 PMcarlw
09/06/2018, 10:39 PM