
puter.ui.showWindow()
GUI
The showWindow
method allows you to show the window of your application.
Syntax
Parameters
None.
Return Value
None.
Example
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ui.showWindow();
</script>
</body>
</html>