You can open a window that does not have a close button - you'll just need to close it programmatically yourself, either after some timeout or maybe when the user presses Escape. For a timeout, see ApplicationContext#scheduleCallback(). For Escape key presses, you can attach a ComponentKeyListener to your window.
On Dec 10, 2010, at 3:12 AM, Jérôme Serré wrote: > Hi all, > > I would like to use a splash window without control button but I don’t know > how to do this. > Someone can help me please ? > > Thanks > > Jérôme > > ____________________________ > La gestion de votre cave > <http://85.216.59.161:8000/cave> http://85.216.59.161:8000/cave > >
