To reproduce:
- create the application from http://docs.oracle.com/javafx/2.0/media/simpleplayer.htm
- set the volume of your computer to anything but the max
- run the application
- you're now deaf
The volume of your computer will have been set to the max.
I would have expected that MediaPlayer.volume=1.0 sets the volume to the current system volume, not the maximum available on the system.
- create the application from http://docs.oracle.com/javafx/2.0/media/simpleplayer.htm
- set the volume of your computer to anything but the max
- run the application
- you're now deaf
The volume of your computer will have been set to the max.
I would have expected that MediaPlayer.volume=1.0 sets the volume to the current system volume, not the maximum available on the system.