Hello, world!
Posted feedbacks - JavaFxScript
基本を
1 2 | import java.lang.System;
System.out.print("Hello World");
|
GUI も書いてみました。
1 2 3 4 5 6 7 | import javafx.ui.*;
Frame{
content:Label{
text:"hello world"
}
visible:true
}
|


にしお
#3358()
Rating0/0=0.00
[ reply ]