I'm new to Java and Java Swing, and I'm creating an application that requires the presentation of web pages. I program for iOS a lot, and the simple solution here would be to load the page in a UIWebView
. Is there an easy component for Java Swing? Or, is there an easy way to create something of the sort either in or outside of Swing?
I'm basically looking for something where you put in a URL, and a page loads in the application that looks like a normal page in a web browser.