Hi !! I'd like to know if it's possible to make a Window object modal or if no, how to remove the Dialog object's titlebar ?? thnx
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
The Window class itself does not support modal/modeless... only the Dialog class does. (what would the Window be modal to?) And since Dialog is a child of Frame you can't remove the title bar. [This message has been edited by Thomas Paul (edited April 13, 2001).]
Bigbrother, The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at "JavaRanch Naming Policy" . We require names to have at least two words (not just letters), separated by a space, and strongly recommend that you use your full real name. We want to get to know you as a Professional. Please choose a new name which meets the requirements and re-register.
"JavaRanch, where the deer and the Certified play" - David O'Meara
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.