I designing a Java desktop app which will open web page, allow user to login via web and analyse web server results.
So far I can see SWT browser’s implementation but is not supported on 64 bit, maybe exist another implementation of browser bindings for Java ?
Think about using Eclipse as ‘Rich Client’. You’ll have no trouble using the internal browser that comes with it.
See here.