Class ApplicationWindow



ApplicationWindow
public ApplicationWindow(Shell parentShell)
Create an application window instance, whose shell will be created under the given parent shell. Note that the window will have no visual representation (no widgets) until it is told to open. By default, open does not block.

Parameters:
parentShell - the parent shell, or null to create a top-level shell
생성자... 매개변수는 무슨 뜻인지 모르겠다. 나중에 알게되면 다시 적어 놓자...



 

AND