URL url = getClass().getResource("/com/volantis/mcs/runtime/default.css");
InputStream stream = url.openStream();
defaultCompiledStyleSheet = cssCompiler.compile(
new InputStreamReader(stream), null);
} catch (IOException e) {
throw new ExtendedRuntimeException(e);
}
StylingFactory stylingFactory = StylingFactory.getDefaultInstance();
StylingEngine stylingEngine =
stylingFactory.createStylingEngine(