Package net.sf.gluebooster.java.booster.basic.resources

Examples of net.sf.gluebooster.java.booster.basic.resources.ClasspathResourceSystem


public class FxmlTest {

  @Test
  public void testSampleFxml() throws Exception {
    XmlInContext sampleFxml = new XmlInContext();
    sampleFxml.setResourceSystem(new ClasspathResourceSystem());
    sampleFxml.setResourceId("/"
        + ReflectionBoostUtils.getPackageAsRelativePath(FxmlTest.class)
        + "/sample.fxml");

    Fxml fxml = new Fxml(sampleFxml);
View Full Code Here

TOP

Related Classes of net.sf.gluebooster.java.booster.basic.resources.ClasspathResourceSystem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.