Guest User

Untitled

a guest
Feb 21st, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import javafx.ext.swing.*;
  2.  
  3. SwingFrame {
  4. title: "Hello World!";
  5. width: 100;
  6. height: 50;
  7. content: Label {
  8. text: "Hello World!";
  9. }
  10. visible: true;
  11. }
Add Comment
Please, Sign In to add comment