List of usage examples for com.google.gwt.tok.client TokBox supportRequirements
public static native boolean supportRequirements() ;
From source file:com.google.gwt.tok.test.client.model.TokModel.java
public TokModel() { if (TokBox.supportRequirements()) { // Init Tok tokBox = TokBox.getInstance();//from ww w. ja v a 2 s . c om } else { Window.alert("You don't have the minimum requirements to run this application.\n" + "Please upgrade to the latest version of Flash."); } bind(); }