AS i started learning AIR i will make posts in it and guess what found a class in AIR to minimize ,maximize and closing your Windows.
code example:
private var appWindow:NativeWindow;
appWindow=this.stage.nativeWindow;
appWindow.visible=true;
appWindow.maximize();
similarly there are other methods in it “explore” them. and iam doing that.
Enjoy the code.

