Superscript in swing
Hi,Please let me know how to handle superscript in swing.Superscript for JLabel or JTextArea.Thanks,Sarayu.
# 2
You can use HTML in a JLabel, but I don't believe you can do superscripts at all in a JTextField, unless you write your own renderer.P.S. Why are you posting this question in the algorithms forum?