2728293031323334
private SwingWebClient _client; public SwingWebClientMain(String url) { _client = new SwingWebClient(url); initHandlers(); }