Re: AWT event model problem
From: Thanasis \(sch\) (thanasis_gr_at_hotmail.com)
Date: 10/19/04
- Next message: Paul Lutus: "Re: just on Linux: grey rectangles instead of JFrame"
- Previous message: Thomas Weidenfeller: "Re: AWT event model problem"
- In reply to: Thomas Weidenfeller: "Re: AWT event model problem"
- Next in thread: KC Wong: "Re: AWT event model problem"
- Reply: KC Wong: "Re: AWT event model problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 19 Oct 2004 14:28:15 +0300
sorry thomas i'm new to this newsgroup.
where can i find faqs?
thanasis
"Thomas Weidenfeller" <nobody@ericsson.invalid> wrote in message
news:cl2s0k$68s$1@newstree.wise.edt.ericsson.se...
> Thanasis (sch) wrote:
>> Graphics g = getGraphics();
>
> Don't use getGraphics(). Your way of drawing violates the AWT painting
> model. The FAQ of this group (and regularly posted to this group) contains
> some elaboration why doing what you are doing is a bad idea (Q3.4 of in
> v1.13 of the FAQ).
>
> /Thomas
- Next message: Paul Lutus: "Re: just on Linux: grey rectangles instead of JFrame"
- Previous message: Thomas Weidenfeller: "Re: AWT event model problem"
- In reply to: Thomas Weidenfeller: "Re: AWT event model problem"
- Next in thread: KC Wong: "Re: AWT event model problem"
- Reply: KC Wong: "Re: AWT event model problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|