Netbeans
From: A.Tamboer (a.tamboer_at_home.nl)
Date: 02/24/05
- Next message: klynn47_at_comcast.net: "Re: Get array index on MouseEvent"
- Previous message: Jay: "Get array index on MouseEvent"
- Next in thread: proGex: "Re: Netbeans"
- Reply: proGex: "Re: Netbeans"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Feb 2005 11:32:06 +0100
I learn myself to understand Java and make as exercise in Netbeans 4.0 a
popup program. A start with Frame and add the popupMenu with items. With the
MousePressed I call "poupMenu.show(this, x,y)" and hope to see the popup
menu. But that doesn't happen. The frame window is on the screen but when I
press the mouse I see the next note;
"Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException:
parent is null". It looks like if "this" can not be found.
Thanks for help.
Arie Tamboer
- Next message: klynn47_at_comcast.net: "Re: Get array index on MouseEvent"
- Previous message: Jay: "Get array index on MouseEvent"
- Next in thread: proGex: "Re: Netbeans"
- Reply: proGex: "Re: Netbeans"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|