Disabling Parent Window

I have a JDialog window that's opened from a JFrame. I was wondering how to make it so that when you click on the JFrame it wouldn't allow you to access the parent frame.
[179 byte] By [anthony.c.smitha] at [2007-11-27 9:09:27]
# 1
Make your dialog modal. Read the JDialog API for more information.
camickra at 2007-7-12 21:49:29 > top of Java-index,Desktop,Core GUI APIs...
# 2
Thank you very much!
anthony.c.smitha at 2007-7-12 21:49:29 > top of Java-index,Desktop,Core GUI APIs...