How do I use html tags in a JLabel in java?
This should do the trick:
JLabel whatever = new JLabel("Put Stuff Here");