I\'m looking to have text display vertically, first letter at the bottom, last letter at the top, within a JLabel. Is this possible?
Another way to show text in a JLabel vertically is to use HTML tags in the text of the JLabel. For example setText("HELLO"); will set the text to H E L L O
setText("HELLO");