In response to bugs in window placement on X systems (see
Bug 4102292), Sun added the property
which if set to true will allow the window manager to handle window placement. This is great, especially for people like me who have their window managers set to allow them to place windows interactively. The problem is that I would like that property to be set to true for every
java program I run, including programs I may be running through java web start. Is it possible to set that property globally without specifying it on the command line every time I use java?
Chris
[ April 21, 2005: Message edited by: Chris De Vries ]