static JLabel jHtmlLabelWithFontSize(int fontSize, S innerHtml) { ret jlabel(hhtml(htag('font, innerHtml, size := fontSize))); }