My task is to create a simple web browser in Java. So far it can only read HTML pages. I'm using standard JEditorPane component to display webpages.
Now I was wondering is there any way you could explain me how can I manage to display at least some simple pages that contain CSS/Javascript. If you could point me to some useful links or appropriate examples I would be very happy.