I just ran into more problems though. It might be ...
# tornadofx
e
I just ran into more problems though. It might be impossible to resolve a stylesheet back to it's defining bundle via the CSS url. The host part of the url contains the class name, but only as a string. When I just have a string, I can't find actually
Class
. I can't just do
Class.forName
anymore, because that would look for the class in the tornadofx bundle classloader, not in the bundle that actually defines the stylesheet.