sbool jTextPane_shouldIncreaseFontSizeToFillParentHeight(JTextPane pane) { ret preferredHeight(pane) < getParentHeight(pane); }