When run this code, it will open the window with a default size:
View [
text "window open with default size"
]
If a give a size explicitly, it will open a window with that size:
View [
size 400x400
text "window open with fixed size"
]
But how do I open a window with the maximum size / maximized?