运行此代码时,它将以默认大小打开窗口:
View [
text "window open with default size"
]
如果明确给出大小,它将打开一个具有该大小的窗口:
View [
size 400x400
text "window open with fixed size"
]
但是如何打开最大尺寸/最大化的窗口?
运行此代码时,它将以默认大小打开窗口:
View [
text "window open with default size"
]
如果明确给出大小,它将打开一个具有该大小的窗口:
View [
size 400x400
text "window open with fixed size"
]
但是如何打开最大尺寸/最大化的窗口?