public @interface GuiInitWindow
initial settings for window : determines the initial size of the window of the attached type
@GuiIncluded
@GuiInits(window = @GuiInitWindow
(width=300, height=500))
public class MyApp { //the size of the created GUI window for the class becomes 300x500.
...
}
- Since:
- 1.8
- See Also:
-
Optional Element Summary
Optional Elements