I was just wondering what version of the HTML syntax does Java 5, 6 and 7 support, I don’t seem to find any documentation online regarding this.
EDIT: Sorry, to clarify, I mean in rendering UI stuff through Swing, like JLabel text values etc.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From HTMLEditorKit JavaDoc:
Notice the subtle suggestion at the bottom of the tutorial Swing HTML Tutorial:
Also, they point out a bug:
Bottom line: HTML support is very basic and not very well implemented.