sclass JAutoWidthHTMLLabel extends JLabel { IF0 makeContents; *(IF0 *makeContents) { topAlignLabel(this); onResize(this, r update); } void update swing { setText(hhtml(hdiv(unnull(makeContents!), width := getWidth()))); } }