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