Search in sources :

Example 1 with DarkPopupFactory

use of com.github.weisj.darklaf.ui.DarkPopupFactory in project darklaf by weisJ.

the class DarkLaf method initialize.

@Override
public void initialize() {
    base.initialize();
    PopupFactory.setSharedInstance(new DarkPopupFactory());
    setupDecorations();
    isInitialized = true;
    if (runListenerCallback) {
        SwingUtilities.invokeLater(LafManager::notifyThemeInstalled);
    }
}
Also used : DarkPopupFactory(com.github.weisj.darklaf.ui.DarkPopupFactory)

Aggregations

DarkPopupFactory (com.github.weisj.darklaf.ui.DarkPopupFactory)1