Home
Classes
Application
ExternalApplication
Frame
ChannelClient
ChannelProvider
Window
Namespaces
Clipboard
GlobalHotkey
InterApplicationBus
- Channel
System
Global
Tutorial: window.close
window.close
Closes the window.
Example
var
finWindow
=
fin
.
desktop
.
Window
.
getCurrent
();
finWindow
.
close
();