MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / setUI

Method setUI

Utils/src/eu/the5zig/util/Utils.java:135–141  ·  view source on GitHub ↗
(String className)

Source from the content-addressed store, hash-verified

133 }
134
135 public static void setUI(String className) {
136 try {
137 UIManager.setLookAndFeel(className);
138 } catch (Exception e) {
139 e.printStackTrace();
140 }
141 }
142
143 public static File getRunningJar() {
144 try {

Callers 2

FrameMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected