Re: Failure to repaint
From: hiwa (HGA03630_at_nifty.ne.jp)
Date: 12/21/03
- Next message: Jeff Mott: "GUI Builder"
- Previous message: Alex Hunsley: "Re: Flipping Y axis in a Graphics 2D??"
- In reply to: Ike: "Failure to repaint"
- Next in thread: Dave Glasser: "Re: Failure to repaint"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Dec 2003 18:23:59 -0800
"Ike" <rxv@hotmail.com> wrote in message news:<iGJEb.5273$wL6.163@newsread1.news.atl.earthlink.net>...
> I have a Swing Applet wherein I create NO new threads.
>
> There are no time-consumptive things occuring.
>
> I create an Applet which has a couple of JTables on it. The data therein is
> NOT very extensive.
>
> However, frequently, the applet seems to NOT repaint - whether being
> displayed in a browser or in NetBeans AppletViewer.
>
> For the life of me, I cannot see what might be causing this. It does not
> appear hardware-specific as it happens on all machines.
>
> Has anyone ever experienced such a thing? Anyone with any ideas what I ought
> to be looking for? Thanks, Ike
Does you applet call the repaint() method explicitly in the start()
method, assuming all the GUI are instantiated in the init() method?
- Next message: Jeff Mott: "GUI Builder"
- Previous message: Alex Hunsley: "Re: Flipping Y axis in a Graphics 2D??"
- In reply to: Ike: "Failure to repaint"
- Next in thread: Dave Glasser: "Re: Failure to repaint"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|