Can somebody guide me by telling "how can I add HTML fiel in java application?" I have created a simple application by using AWT and Swing components and I want to include a html file in it. When I start my application, I want to display this HTML file in a JPanel and then redirect to the main application.
The JEditorPane is very limited on what it can display (HTML 3.2, no CSS, no JavaScript, etc.). I'd look into something more powerful that is still actively developed, like the Lobo web browser component on SourceForge.