Merged issue #20 fix and splash screen into development.

main
zwu18 9 years ago
parent 317582aae8
commit 109b291973

@ -203,6 +203,9 @@ public class App extends Application {
initStage.show(); initStage.show();
} }
/**
* InnitCompletionHandler interface
*/
public interface InitCompletionHandler { public interface InitCompletionHandler {
void complete(); void complete();
} }

Loading…
Cancel
Save