Remove window 'x'

Is it possible to hide/remove the 'x' from the top right of any window?Many thanks for your help.
[113 byte] By [chezzaa] at [2007-10-3 3:32:50]
# 1
Just the 'x' or the entire bar? If just the 'x', then no, you'll have to create such a compnent yourself. Note that your users might feel the urge to kill you. You could disable the closing action, though (default operation DO_NOTHING_ON_CLOSE).
CeciNEstPasUnProgrammeura at 2007-7-14 21:27:08 > top of Java-index,Java Essentials,Java Programming...
# 2
Alternatively you can use a JWindow which is a window without a title bar. Although this is mainly used in splash screens.Arthur.
Jamwaa at 2007-7-14 21:27:08 > top of Java-index,Java Essentials,Java Programming...