Swing(jFrame) can not initialize
jMonkeyEngine Hub
June 4, 2026
Ok it works now, to be honest idk why because gpt did most of the work. Changes include going back to 3.9.0 stable and
adding Toolkit.getDefaultToolkit() before creating the JFrame, which forces AWT to initialize first. That can help with Swing/AWT startup ordering on macOS. (according to gpt) (i just noticed stupid amount of markdown chat gpt used)
Also, by worked, i just mean for normal swing stuff, embedding jme into canvas is still not working (not that i realy needed that).
Discussion in the ATmosphere