コード例 #1
0
ファイル: RankTableUI.java プロジェクト: MMesbahU/caleydo
  @Override
  protected void renderImpl(GLGraphics g, float w, float h) {
    // push my resource locator to find the icons
    g.pushResourceLocator(ResourceLocators.classLoader(this.getClass().getClassLoader()));

    super.renderImpl(g, w, h);

    g.popResourceLocator();
  }
コード例 #2
0
ファイル: GLSandBox.java プロジェクト: MMesbahU/caleydo
 protected IResourceLocator createResourceLocator() {
   return ResourceLocators.chain(
       ResourceLocators.classLoader(root.getClass().getClassLoader()), ResourceLocators.FILE);
 }