How do I use html tags in a JLabel in java?
Also you can use this with all Swing buttons, menu items, labels, text panes, editor panes, tool tips, tabbed panes etc...
JTextPane pane = new JTextPane(); pane.setContentType("text/html"); pane.setText("My First HeadingMy first paragraph.
My first paragraph.