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