On Feb 23, 5:13 pm, "phillip.s.pow...@gmail.com"
<phillip.s.pow...@gmail.com> wrote:
> [code]
> /**
[quoted text clipped - 33 lines]
> }
> [/code]
Never mind, I got it..
[code]
repaint();
[/code]
Phil
> [code]
> /**
[quoted text clipped - 89 lines]
> Thanx
> Phil
Are all the Swing component method calls being made on the EDT? You
probably don't need the validate() or repaint() calls. Your problem is
most likely somewhere else other than the code you are showing.

Signature
Knute Johnson
email s/nospam/knute/
phillip.s.powell@gmail.com - 26 Feb 2007 14:02 GMT
On Feb 23, 5:39 pm, Knute Johnson <nos...@rabbitbrush.frazmtn.com>
wrote:
> phillip.s.pow...@gmail.com wrote:
> > [code]
[quoted text clipped - 92 lines]
>
> Are all the Swing component method calls being made on the EDT?
I am not sure what you mean by "EDT", sorry.
You
> probably don't need the validate() or repaint() calls. Your problem is
> most likely somewhere else other than the code you are showing.
[quoted text clipped - 3 lines]
> Knute Johnson
> email s/nospam/knute/
Andrew Thompson - 26 Feb 2007 14:35 GMT
On Feb 27, 1:02 am, "phillip.s.pow...@gmail.com"
<phillip.s.pow...@gmail.com> wrote:
Please note that it is not necessary to quote
over 100 lines of text just to express..
> I am not sure what you mean by "EDT", sorry.
..please trim in future.
In any case, the best place to start
answering questions like this is to
unravel the acronym. You might start
here..
<http://www.google.com/search?q=acronym+edt>
..but unfortunately, the letters EDT
are a very common acronym, so that
does not help much in this case.
So, I will fill it in. EDT (in Java)
stands for the Event Dispatch Thread.
The next search is better though, start
with 'java tutorial', and..
<http://www.google.com/search?q=java+tutorial+Event+Dispatch+Thread>
HTH
Andrew T.
phillip.s.powell@gmail.com - 26 Feb 2007 15:34 GMT
> On Feb 27, 1:02 am, "phillip.s.pow...@gmail.com"
>
[quoted text clipped - 6 lines]
>
> HTH
Thanx. Upon reviewing the Sun Tutorials I am no clearer than I was
before I learned what EDT stood for. Sorry, way over my head, the
whole SwingWorker vs initial thread vs background thread vs GUI not
being thread safe vs.. not understanding anything I read whatsoever.
As bad as it's going to sound, I can only understand that repaint()
works and that's as far as I'm able to fathom.
Phil
> Andrew T.
phillip.s.powell@gmail.com - 26 Feb 2007 14:36 GMT
On Feb 23, 5:39 pm, Knute Johnson <nos...@rabbitbrush.frazmtn.com>
wrote:
> phillip.s.pow...@gmail.com wrote:
> > [code]
[quoted text clipped - 92 lines]
>
> Are all the Swing component method calls being made on the EDT?
I am not sure what you mean by "EDT", sorry.
You
> probably don't need the validate() or repaint() calls. Your problem is
> most likely somewhere else other than the code you are showing.
[quoted text clipped - 3 lines]
> Knute Johnson
> email s/nospam/knute/
phillip.s.powell@gmail.com - 26 Feb 2007 14:54 GMT
On Feb 23, 5:39 pm, Knute Johnson <nos...@rabbitbrush.frazmtn.com>
wrote:
> phillip.s.pow...@gmail.com wrote:
> > [code]
[quoted text clipped - 92 lines]
>
> Are all the Swing component method calls being made on the EDT?
I am not sure what you mean by "EDT", sorry.
You
> probably don't need the validate() or repaint() calls. Your problem is
> most likely somewhere else other than the code you are showing.
[quoted text clipped - 3 lines]
> Knute Johnson
> email s/nospam/knute/
phillip.s.powell@gmail.com - 26 Feb 2007 15:11 GMT
On Feb 23, 5:39 pm, Knute Johnson <nos...@rabbitbrush.frazmtn.com>
wrote:
> phillip.s.pow...@gmail.com wrote:
> > [code]
[quoted text clipped - 92 lines]
>
> Are all the Swing component method calls being made on the EDT?
I am not sure what you mean by "EDT", sorry.
You
> probably don't need the validate() or repaint() calls. Your problem is
> most likely somewhere else other than the code you are showing.
[quoted text clipped - 3 lines]
> Knute Johnson
> email s/nospam/knute/
Ian Wilson - 26 Feb 2007 15:40 GMT
> I am not sure what you mean by "EDT", sorry.
This explains what EDT means ...
http://java.sun.com/products/jfc/tsc/articles/threads/threads1.html