I have an HTML table (styles with CSS) that is displayed in a JLabel. I would like the contents (a single, short line of text) of the cells to be both horizontally and verti
Support for HTML in Swing Components is limited to 3.2, but valign="middle" should work.
valign="middle"