B4J Question 4.2 Object should first be initialized

stevel05

Expert
Licensed User
Longtime User
java.lang.RuntimeException: java.lang.RuntimeException: Object should first be initialized (CheckComboBox).

When loading a CheckComboBox or RangeSlider from JControlsFX (I haven't checked the rest of the controls in there) from a class, loads OK from Main module.

Does not fail if there is no variable referencing it.
 

Attachments

  • CBClassTest.zip
    3.5 KB · Views: 261
Top