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