JButton problem

Hi all,

I created one popup calendar with button (right, left with icons).

when I popup the calendar dialog, the buttons are not working no action for the buttons . I popup the dialog calendar on the internal frame.

if i use normal JFrame it does work.

So can you please suggest me why it's not working the button acctions.

if I click on the button it simply dispose the calendar dialog.

Thanks

[438 byte] By [nim_ramesha] at [2007-10-2 21:51:25]
# 1
When you ask a specific question like about how to fix what you are doing wrong, it is very helpful to see what you are doing.Try posting some code.
BaltimoreJohna at 2007-7-14 1:07:16 > top of Java-index,Desktop,Core GUI APIs...
# 2
ensure you have the listeners added 'before' setting the dialog's visibility to true
Michael_Dunna at 2007-7-14 1:07:16 > top of Java-index,Desktop,Core GUI APIs...