Display JDialog without title Bar

Is there a way to build and display a JDialog without the title bar. I neither want to see the icon and the cross at the upper right corner.
[154 byte] By [martinelligegea] at [2007-11-26 18:46:56]
# 1
> Is there a way to build and display a JDialog without the title bar. same as a framedialog.setUndecorated(true);
Michael_Dunna at 2007-7-9 6:20:52 > top of Java-index,Desktop,Core GUI APIs...
# 2
Yes, Look at the set? methods in the API for JDialog. You will find one that does this.
camickra at 2007-7-9 6:20:52 > top of Java-index,Desktop,Core GUI APIs...
# 3
Sorry for the delay, I was out for a while.many thanks to Michael and Camcikr
martinelligegea at 2007-7-9 6:20:52 > top of Java-index,Desktop,Core GUI APIs...