!7 lib 1400521 // FlatLAF set flag PingV3. static IF0 ping_v3_pingSourceMaker() { ret () -> new PingSource; } sclass Stem { Window window; Rect getFrameRect() { ret toRect(getBounds(window)); } } static Stem stem; static GazelleV gazelle; p { __javax = x30.class; loadableUtils.utils.__setJavaX(x30.class); vm_generalMap_put(stefansOS := mc()); com.formdev.flatlaf.FlatLightLaf.setup(); JFrame.setDefaultLookAndFeelDecorated(true); GazelleV gazelle; if (contains(args, "profile")) gazelle = profileToConsole(() -> actualMain(args)); else gazelle = actualMain(args); if (contains(args, "brexit")) System.exit(0); temp gazelle.enter(); gazelle.start(); } static GazelleV actualMain(S... args) { System.out.println(hmsWithColonsAndMS() + ": Init"); //x30.coreInit(); x30.__javax = x30.class; // for hotwire x30_pkg.x30_util.__setJavaX(x30.class); x30.cleanKillMsg = ""; callOnLoadMethods(mc()); printWithMS("new GazelleV"); gazelle = new GazelleV; stem = new Stem; gazelle._host = stem; temp gazelle.enter(); printWithMS("Visualize"); var vis = swing(() -> gazelle.visualize()); printWithMS("Show frame"); stem.window = showMainFrame("Gazella", vis); printWithMS("Dudadoneski"); ret gazelle; } sO dm_getStem(O moduleOrID) { ret stem; } sO resolveModule(O moduleOrID) { ret moduleOrID == stem ? gazelle : moduleOrID; } !include early #1033309 // GazelleV