<@U0F3291QE> I am trying to use `importStyleSheet`...
# tornadofx
a
@edvin I am trying to use
importStyleSheet
with a class which is loaded using a child classloader. But I am getting
java.lang.ClassNotFoundException
. My di container is able to load the class and create object out of it, but only
importStyleSheet
is not able to use it when I pass the class.