sbool jTextPane_shouldDecreaseFontSizeToFillParentHeight(JTextPane pane) { ret preferredHeight(pane) > getParentHeight(pane); }