Help: Overriding the paintComponent when using the Netbeans GUI Builder
- From: "john" <eyal9911@xxxxxxxxxxx>
- Date: 31 Aug 2006 06:23:26 -0700
Hi,
I wrote a Japplet using the Netbeans's GUI builder.
On a JPanel (also created using this tool), I would like to run some
image manipulation and therefore I'm looking for a way to override the
paintComponent. I've tried the following but it seems that it was never
executed (tired also to add some printout commands).
Any idea how can get control on the paintComponent when was build using
the GUI builder?
Thanks
John
public void paintComponent(Graphics g) {
g.drawOval(50,50,250,300);
g.drawString("Hello",50,50);
}
.
- Prev by Date: Help: Overriding the paintComponent when using the Netbeans GUI Builder
- Next by Date: Re: access hashtable within a hashtable
- Previous by thread: Re: Help: Overriding the paintComponent when using the Netbeans GUI Builder
- Next by thread: online access of dictionaries/translation services
- Index(es):
Relevant Pages
|
|