Searched defs:OpenGrokTrayApp (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DOpenGrokTrayApp.java44 public class OpenGrokTrayApp { class
76 OpenGrokTrayApp ogta = new OpenGrokTrayApp(cfgfile);
83 public OpenGrokTrayApp(String cfgfile) throws IOException { method in class:OpenGrokTrayApp
137 Logger.getLogger(OpenGrokTrayApp.class.getName()).log(Level.SEVERE, null, ex);
308 imageUrl = OpenGrokTrayApp.class.getResource(OPENGROKICONURL);
310 imageUrl = OpenGrokTrayApp.class.getResource(INDEXWARNINGICONURL);
312 imageUrl = OpenGrokTrayApp.class.getResource(NOCONNECTIONICONURL);

Completed in 8 milliseconds