use of com.canoo.platform.client.javafx.FxToolkit in project dolphin-platform-examples by canoo.
the class RestClient method init.
@Override
public void init() throws Exception {
super.init();
PlatformClient.init(new FxToolkit());
}
Aggregations