Re: Dynamic JLabel display within a JPanel
- From: "John McGrath" <ng@xxxxxxxxxxxxx>
- Date: Sun, 17 Apr 2005 16:51:14 GMT
On 4/17/2005 at 11:40:34 AM, sean.james.molloy@xxxxxxxxx wrote:
> I beleive my code to update the image displayed is correct. It
> is executed so quickly that each image doesn't have time to be
> displayed. I am not that familair with using threads within a
> GUI application,
If you are not doing your computations in a separate thread, then it seems
likely that your images are not being displayed because they will not be
painted until your computations are complete.
Of course, without seeing any code it is impossible to tell, but based on
what I have been able to glean from your description, I cannot imagine how
it could work.
--
Regards,
John McGrath
.
- Follow-Ups:
- Re: Dynamic JLabel display within a JPanel
- From: Sean
- Re: Dynamic JLabel display within a JPanel
- References:
- Dynamic JLabel display within a JPanel
- From: Sean
- Re: Dynamic JLabel display within a JPanel
- From: John McGrath
- Re: Dynamic JLabel display within a JPanel
- From: sean . james . molloy
- Dynamic JLabel display within a JPanel
- Prev by Date: Re: Dynamic JLabel display within a JPanel
- Next by Date: Re: Default font trouble
- Previous by thread: Re: Dynamic JLabel display within a JPanel
- Next by thread: Re: Dynamic JLabel display within a JPanel
- Index(es):
Relevant Pages
|