> For multiline text components this needs to be fm.getAscent() + numLines > * fm.getHeight() + fm.getDescent(). That should have been fm.getAscent() + (numLines - 1) * fm.getHeight() + fm.getDescent() instead. /Roman