Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. package javafxstorage;
  2.  
  3. import javafx.stage.Stage;
  4.  
  5. //Allow to put javaFX in graphic mode, so it will not exit just after starting
  6. public function run(args:String[]){
  7.     Stage{}
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement