Community
Participate
Working Groups
The methods getAdvanced() nd setAdvanced(boolean) are missing from the GC implementation in RWT. According to the JavaDoc of setAdvanced: ... advanced graphics may not be installed for the (operating) system. In this case, this operation does nothing. and the JavaDoc of getAdvanced says: Advanced graphics may not be installed for the operating system. In this case, false is always returned. Some operating system have only one graphics subsystem. If this subsystem supports advanced graphics, then true is always returned. If any graphics operation such as alpha, antialias, patterns, interpolation, paths, clipping or transformation has caused the receiver to switch from regular to advanced graphics mode, true is returned. If the receiver has been explicitly switched to advanced mode and this mode is supported, true is returned. There should be a way to provide a fake implementation.
Fixed in CVS HEAD