danielmcq
05/20/2018, 6:23 AMshapeItem -> button(shapeItem.nameProperty)
gives no error and does render two buttons...however the labels don't show on the buttons, leading me to believe I have to init my ShapeItem model after setting fields in the constructor. Strange though, as the examples I was looking at (https://stackoverflow.com/questions/47802015/drawing-lines-from-viewmodel-tornadofx and https://stackoverflow.com/questions/47681250/binding-a-view-to-a-changing-controller-property) seemed to imply you could use regular properties on each item in the list and they didn't have to be JavaFX properties.amanda.hinchman-dominguez
05/20/2018, 9:38 PMbutton("Hello!")