Re: Setting table row height according the renderer component



"noa" <noah.drach@xxxxxxxxx> wrote in message
news:1166716693.753529.61440@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

I thought that a JTextPane wraps automatically, so if i limit it's
width the height is calculated automatically.
I was wrong?

You're confusing the actual width with the preferred width. There's a
certain size the control *prefers* to be, and in the case of the control you
chose, it's preferred size will be such that no word wrapping occurs. If you
manually set the width, it'll perform word wrapping, but you won't find out
what pixel height is required to display these words by querying the
preferred height.

- Oliver


.



Relevant Pages

  • Re: Setting table row height according the renderer component
    ... On Dec 24, 2:12 pm, RedGrittyBrick ... You're confusing the actual width with the preferred width. ... certain size the control *prefers* to be, and in the case of the control you ... it's preferred size will be such that no word wrapping occurs. ...
    (comp.lang.java.gui)
  • Re: Setting table row height according the renderer component
    ... Oliver Wong wrote: ... You're confusing the actual width with the preferred width. ... certain size the control *prefers* to be, and in the case of the control ... it's preferred size will be such that no word wrapping occurs. ...
    (comp.lang.java.gui)
  • Re: Break words, but not tags
    ... "frizzle" wrote in message ... > I don't want the browser to control it, because the text is in a frame, ... There are CSS attributes for controlling word wrapping behavior too. ... Word wrapping in general shouldn't be done in PHP. ...
    (comp.lang.php)
  • Re: A (psossibly) fast, novel search table technique
    ... The word wrapping is beyond my control. ... Try entering a at the end ... Posted via a free Usenet account from http://www.teranews.com ...
    (comp.programming)
  • Re: Setting table row height according the renderer component
    ... noa wrote: ... You're confusing the actual width with the preferred width. ... certain size the control *prefers* to be, and in the case of the control you ... it's preferred size will be such that no word wrapping occurs. ...
    (comp.lang.java.gui)