Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #4886

Re: Existing Cell Renderers/Editors for long text passages?

From Jeff Higgins <jeff@invalid.invalid>
Newsgroups comp.lang.java.gui
Subject Re: Existing Cell Renderers/Editors for long text passages?
Date 2012-01-04 16:06 -0500
Organization A noiseless patient Spider
Message-ID <je2elp$2n9$1@dont-email.me> (permalink)
References <Xns9FD09960E6B65jpnasty@94.75.214.39>

Show all headers | View raw


On 01/04/2012 03:04 PM, Novice wrote:
> Rather than re-invent the wheel, I was wondering if anyone is aware of
> source code for any existing JTable cell editors and renderers for
> displaying cells that have substantial amounts of text in them?
>
> I have a JTable that has three columns of text, two of which are
> occasionally very wide. (They are several hundred characters as opposed to
> several thousand or several million characters.) I think I'd like to see
> those long values displayed in a JScrollPane, word-wrapped over several
> lines so that you can see the whole thing at once and I'd like to edit them
> the same way.
>
> I can probably figure out how to do this myself but this seems like a
> problem others will have already solved so I thought I'd see if anyone
> could point me to existing (free) code for this purpose.
>
Have you considered popping up a JTextArea for editing and displaying 
"It was a dark and ..." in display mode?

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Existing Cell Renderers/Editors for long text passages? Novice <novice@example..com> - 2012-01-04 20:04 +0000
  Re: Existing Cell Renderers/Editors for long text passages? Jeff Higgins <jeff@invalid.invalid> - 2012-01-04 16:06 -0500
    Re: Existing Cell Renderers/Editors for long text passages? Novice <novice@example..com> - 2012-01-04 21:20 +0000
      Re: Existing Cell Renderers/Editors for long text passages? Jeff Higgins <jeff@invalid.invalid> - 2012-01-04 18:52 -0500
        Re: Existing Cell Renderers/Editors for long text passages? Novice <novice@example..com> - 2012-01-05 23:06 +0000
  Re: Existing Cell Renderers/Editors for long text passages? Roedy Green <see_website@mindprod.com.invalid> - 2012-01-05 04:47 -0800
    Re: Existing Cell Renderers/Editors for long text passages? Novice <novice@example..com> - 2012-01-05 23:08 +0000

csiph-web