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


Groups > comp.lang.java.programmer > #23528

Re: 5th col dies, cols 6 thru 15 move 1 col left, 15th col is born

Newsgroups comp.lang.java.programmer
Date 2013-04-20 09:02 -0700
References <300a4c2f-daba-4007-8551-3b1d0f263d27@googlegroups.com> <kkubde$jhq$1@dont-email.me>
Message-ID <98b6f34a-4162-472a-a740-91e86c1b3217@googlegroups.com> (permalink)
Subject Re: 5th col dies, cols 6 thru 15 move 1 col left, 15th col is born
From "clusa@aol.com" <clusardi2k@aol.com>

Show all headers | View raw


> On Saturday, April 20, 2013 11:17:52 AM UTC-4, Eric Sosman wrote:
> JTable should be straightforward. You'd extend AbstractTableModel to handle 
> the "sliding," calling fireTableDataChanged() to update the display. 
> Conveniences like scrolling would come for free (almost), and the JTable's 
> display might well be more efficient than managing 4500 JLabels. No, I don't 
> have example code. -- Eric Sosman esosman@comcast-dot-net.invalid

I would also be able to eloquently color specific cells.

Thanks

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


Thread

5th col dies, cols 6  thru 15 move 1 col left, 15th col is born clusardi2k@aol.com - 2013-04-19 16:54 -0700
  Re: 5th col dies, cols 6  thru 15 move 1 col left, 15th col is born Knute Johnson <nospam@knutejohnson.com> - 2013-04-19 17:03 -0700
    Re: 5th col dies, cols 6  thru 15 move 1 col left, 15th col is born "clusa@aol.com" <clusardi2k@aol.com> - 2013-04-19 17:29 -0700
    Re: 5th col dies, cols 6  thru 15 move 1 col left, 15th col is born "clusa@aol.com" <clusardi2k@aol.com> - 2013-04-19 22:29 -0700
      Re: 5th col dies, cols 6  thru 15 move 1 col left, 15th col is born Knute Johnson <nospam@knutejohnson.com> - 2013-04-20 09:02 -0700
  [OT] Re: 5th col dies, cols 6  thru 15 move 1 col left, 15th col is born Manuel Collado <m.collado@domain.invalid> - 2013-04-20 16:44 +0200
  Re: 5th col dies, cols 6  thru 15 move 1 col left, 15th col is born Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-04-20 11:17 -0400
    Re: 5th col dies, cols 6  thru 15 move 1 col left, 15th col is born "clusa@aol.com" <clusardi2k@aol.com> - 2013-04-20 09:02 -0700
      Re: 5th col dies, cols 6  thru 15 move 1 col left, 15th col is born Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-04-20 14:14 -0400

csiph-web