edvin
11/04/2016, 6:20 PMedvin
11/04/2016, 6:21 PMwindow
is actually a BorderPane
, that's why it has a top
property. I use it to contain the window top bar)edvin
11/04/2016, 10:35 PMthomasnield
11/04/2016, 10:43 PMedvin
11/04/2016, 10:43 PMthomasnield
11/04/2016, 10:47 PMthomasnield
11/04/2016, 10:49 PMedvin
11/04/2016, 10:50 PMthomasnield
11/04/2016, 10:50 PMthomasnield
11/04/2016, 10:50 PMedvin
11/04/2016, 10:51 PMcarlw
11/04/2016, 10:51 PMthomasnield
11/04/2016, 10:53 PMclone()
functions... it just makes sense from a tactical and maintainability perspective.edvin
11/04/2016, 10:53 PMthomasnield
11/04/2016, 10:54 PMedvin
11/04/2016, 10:54 PMthomasnield
11/04/2016, 10:54 PMedvin
11/04/2016, 10:55 PMthomasnield
11/04/2016, 10:55 PMedvin
11/04/2016, 10:57 PMthomasnield
11/04/2016, 10:58 PMedvin
11/05/2016, 3:26 PMjchildress
11/05/2016, 3:27 PMedvin
11/05/2016, 3:53 PMvoddan
11/05/2016, 7:57 PMvoddan
11/05/2016, 7:57 PMcombobox
with a custom cell factoryvoddan
11/05/2016, 8:06 PMButtonCell
does not change with the cellFactory
voddan
11/05/2016, 8:06 PMcomboBox.setButtonCell(cellFactory.call(null));
gives NPE