Example usage for com.badlogic.gdx.backends.gwt GwtNet openURI

List of usage examples for com.badlogic.gdx.backends.gwt GwtNet openURI

Introduction

In this page you can find the example usage for com.badlogic.gdx.backends.gwt GwtNet openURI.

Prototype

@Override
    public void openURI(String URI) 

Source Link

Usage

From source file:service.start.client.GwtLauncher.java

License:Open Source License

@Override
public void openUrl(String url) {
    GwtNet net = new GwtNet();
    net.openURI(url);
}