152153154155156157158159
} return engine.getConfiguration().getJcrComponentRegistry() != null; } public static void updateJCRRegistryInfo(XBayaEngine xbayaEngine) { JCRRegistryWindow window = new JCRRegistryWindow(xbayaEngine); window.show(); }