gage MapTest example in  window mode

Hi,
How can I run the MapTest example of Gage2D library in a window mode instead of fullscreen? Is it possible?
What do I need to change in the source code?
Thanks,
Luiz Fernando

Hi Luiz,

Check my email. I pointed out what you need to change to make it run in a window. Just remember to add the code:

frame.setSize(640, 480);
frame.setVisible(true);

or it won’t work.

Jerason