public class HelloWorld extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) GralUserAction |
actionTestButton |
(package private) java.lang.String[] |
helloText |
(package private) GralButton |
widgButton |
(package private) GralLabel |
widgHelloText |
(package private) GralWindow |
window
The GralWindow have to be initialized firstly, after them the widgets in the window.
|
Constructor and Description |
---|
HelloWorld() |
Modifier and Type | Method and Description |
---|---|
void |
doSomethinginMainthreadTillClosePrimaryWindow() |
static void |
main(java.lang.String[] args) |
java.lang.String[] helloText
GralUserAction actionTestButton
GralWindow window
GralPanelContent.createImplWidget_Gthread()
GralLabel widgHelloText
GralButton widgButton
public HelloWorld()
public static void main(java.lang.String[] args)
public void doSomethinginMainthreadTillClosePrimaryWindow()