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


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

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

Newsgroups comp.lang.java.programmer
Date 2013-04-19 22:29 -0700
References <300a4c2f-daba-4007-8551-3b1d0f263d27@googlegroups.com> <kkslq8$bf9$2@dont-email.me>
Message-ID <428f2f7d-32a7-4c66-8451-8ad7e04b87ec@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 Friday, April 19, 2013 8:03:06 PM UTC-4, Knute Johnson wrote:
> Are these data entry fields? Or just to be displayed? Probably just drawing the 
> data on a JComponent would be the easiest and quickest but would take a little 
> more effort to create. JLabels are nice too. -- Knute Johnson

So, you suggest to use a JComponent with (300 x 15) JLabels.

Why would using a JComponent be better than using a JFrame containing JPanels.

With a JComponent, will I be able to easily change the color of the JLabels.

I guess I should use a Layout also.

I was planning to have the columns move left after N seconds.

Are there any other details that I should worry about such as flicker.

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