First, ho to all of you, I’ve read this forum for some weeks, and I’ve decided to register for a problem wich I can’t figure out.
The title explains everything, I want to create a JFrame wich changes from full screnn mode to windowed mode (using a kyeListener maybe), I haven’t found examples which do this, generally they exit from the full screen mode and call the System.exit(0);
Can you show me a good example?