| Article: |
Hacking Swing: Translucent Windows | |
| Subject: | Problem with multiple monitors | |
| Date: | 2006-01-03 08:25:37 | |
| From: | kennet | |
In the original source code for the TransparentBackground (now somewhat rewritten) the Toolkit is asked for screen dimensions. But if one is using two monitors, just one of the monitors dimensions is reported. This makes the image transparent on just one of the monitors. According to http://java.sun.com/j2se/1.4.2/docs/guide/awt/AWTChanges.html#windowCentering this now needs something like
|
||
Showing messages 1 through 1 of 1.
-
Problem with multiple monitors
2007-04-19 11:05:53 wisaac00 [View]
Also assumes that both monitors are running in the same resolution.


