> I doubt if either is possible technically: the System.get/setProperty() API > does not (and should not) know anything about AWT and its properties. Yes, but when AWT reads that property (to eventually cache it), finds that it is null and decides to enabled HW/LW mixing, it could set the property to true. Or am I missing anything? -Christopher