Hello,
I use swing and when I refresh
frame.setVisible(true);
frame.setContentPane(Jpanel);
I have this message!
29 nov. 2011 13:04:32 com.jme3.system.lwjgl.LwjglCanvas$1 removeNotify
INFO: EDT: Sending re-init request…
Thank you
So…?
the application is blocked
You know that you have to call setVisible() and setContentPane from the EDT right?
Assuming you’re making those calls from the EDT, is that the last message displayed in the log?