MCPcopy Create free account
hub / github.com/PCGen/pcgen / initializeGUI

Method initializeGUI

code/src/java/pcgen/gui2/PCGenUIManager.java:50–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public static void initializeGUI()
51 {
52 DesktopHandler.initialize();
53 pcgenFrame = new PCGenFrame(new UIContext());
54 String className = UIManager.getSystemLookAndFeelClassName();
55 try
56 {
57 UIManager.setLookAndFeel(className);
58 } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException e)
59 {
60 Logging.errorPrint("system look and feel not found", e);
61 }
62
63 }
64
65 public static void startGUI()
66 {

Callers 1

startupWithGUIMethod · 0.95

Calls 2

initializeMethod · 0.95
errorPrintMethod · 0.95

Tested by

no test coverage detected