binding the rawTextProperty to another property with null value throws an NPE
@Test
public void testTextBoxRawtext() {
StringProperty property = new StringProperty();
new TextBox().rawTextProperty().bindBidirectional(property);
}
see also:
http://forums.oracle.com/forums/thread.jspa?threadID=2250186
@Test
public void testTextBoxRawtext() {
StringProperty property = new StringProperty();
new TextBox().rawTextProperty().bindBidirectional(property);
}
see also:
http://forums.oracle.com/forums/thread.jspa?threadID=2250186