Posted By:
don_juan
Posted On:
Tuesday, August 7, 2007 11:46 AM
hi all...I'm new to Netbean. Does anyone know how to add mouselistener to child files?
i have 2 files (child and parent file). The parent includes some functions and elements of the child file.
now I want to add mouseListener to the child element (JLabel)through the parent file. how can i do that?
btw, the child file is coded in normal java (not netbean).
Thanks in advance