edvin
12/21/2018, 9:16 AMremoveWhen
, because it configures both managed and visible state.Ruckus
12/21/2018, 2:42 PMsbyrne
12/21/2018, 7:21 PMsbyrne
12/21/2018, 10:53 PMRuckus
12/21/2018, 10:57 PMcarlw
12/21/2018, 11:01 PMsbyrne
12/21/2018, 11:13 PMsbyrne
12/21/2018, 11:14 PMalex
12/21/2018, 11:21 PMRuckus
12/21/2018, 11:21 PMcarlw
12/23/2018, 1:34 AMcarlw
12/23/2018, 3:04 PMamanda.hinchman-dominguez
12/23/2018, 6:48 PMamanda.hinchman-dominguez
12/23/2018, 6:49 PMamanda.hinchman-dominguez
12/23/2018, 7:57 PMcarlw
12/24/2018, 1:07 AMcarlw
12/24/2018, 1:07 AMamanda.hinchman-dominguez
12/24/2018, 1:32 AMNikky
12/24/2018, 3:38 AMNikky
12/24/2018, 3:38 AMNikky
12/24/2018, 3:39 AMNikky
12/24/2018, 3:40 AMamanda.hinchman-dominguez
12/24/2018, 3:40 AMamanda.hinchman-dominguez
12/25/2018, 6:55 PMedvin
12/27/2018, 10:56 AMfind
function, as it tries to instantiate a Component
. This in turn tries to create a simple javafx Label
as part of the View, but I don't seem to have access to that class. java.lang.NoClassDefFoundError: Could not initialize class javafx.scene.control.Label
edvin
12/27/2018, 10:57 AMtype.createInstance()
and I think that's where the problems start.carlw
12/27/2018, 11:50 AMedvin
12/27/2018, 12:32 PMfind
from the frameworkedvin
12/27/2018, 8:22 PMabhinay
12/27/2018, 8:43 PM--add-export
for the package to your JVM arguments