Re: [JAVA2D] I see that FullScreen Exclusive Mode has changed....

2008-07-17 Thread java2d
The way it is now is fine with me -- the flash is a little bit much. The icon in the upper right should be enough. This is why: If a person does something to enter FSEM, then that person (in most cases) will know that it's an applet window and the flashing is just mildly annoying. If a

Re: [JAVA2D] I see that FullScreen Exclusive Mode has changed....

2008-07-17 Thread java2d
I added a ComponentListener to my VSync applet. http://pancyl.com/VSync.htm The listener just prints out the name of the received event, eg. vsync.VSyncFS --- Resized vsync.VSyncFS --- Shown Observations: The flashing border happens everytime vsync.VSyncFS gains focus. That's probably

Re: [JAVA2D] I see that FullScreen Exclusive Mode has changed....

2008-07-17 Thread Dmitri Trembovetski
[EMAIL PROTECTED] wrote: I added a ComponentListener to my VSync applet. http://pancyl.com/VSync.htm The listener just prints out the name of the received event, eg. vsync.VSyncFS --- Resized vsync.VSyncFS --- Shown Observations: The flashing border happens everytime vsync.VSyncFS gains

Re: [JAVA2D] I see that FullScreen Exclusive Mode has changed....

2008-07-17 Thread Dmitri Trembovetski
I wanted to add, your feedback on the new applet warning window is most welcome. While we won't have time to address any issues you raise in 6u10 we will try in 6u11. Thanks, Dmitri Dmitri Trembovetski wrote: [EMAIL PROTECTED] wrote: I added a ComponentListener to my VSync

Re: [JAVA2D] I see that FullScreen Exclusive Mode has changed....

2008-07-16 Thread Dmitri Trembovetski
Hello, [EMAIL PROTECTED] wrote: Try one of my applets and go fullscreen: http://pancyl.com/ Press F1 to enter -- ESC to exit. When you enter, the border flashes blue and there is a little icon on the upper right that gives a floating announcement that this is a Java window. This is