Java Virtal Machine.net

[ News ] rss

February 01, 2011

Mark Wielaard: New GPG key. Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create. pub 2048R/57816A6A 2011-01-29 Key f...

More »

February 01, 2011

Andrew Hughes: [SECURITY] IcedTea6 1.7.8, 1.8.5, 1.9.5 Released!. We are pleased to announce a new set of security releases, IcedTea6 1.7.8, IcedTea6 1.8.5 and IcedTea6 1.9.5. This update contains the following security updates: The IcedTea project provides a harness to build the source code from OpenJDK6 u...

More »

July/2025
SunMonTueWedThuFriSat
  12345
6789 101112
13141516171819
20212223242526
2728293031  

[ Archives News
for 'Java Technology' ]

home > news > java technology > playing default system sounds in java

Playing default system sounds in Java

It took me several sleepless nights to find out, but finally I got it - and was astonished how easy it is. Ever wanted to play the default system sound for a specific operation? Well, in fact there is no platform independent solution for that (can't believe it, I know, but it is true). But at least Swing internally does it that way on the Windows platform (and on other platforms it will just do nothing, so it is at least safe not to crash on other platforms): final Runnable runnable = Toolkit.getDefaultToolkit().getDesktopProperty("win.sound.exclamation"); if (runnable != null) runnable.run(); Yes, folk's, it's really such easy! But what to do on other platforms? I don't know, actually. Maybe someone else ever might find out. Or Sun creates an API for that. :-) So you like playing more sounds? Just change the name of the String property. A list of all possible values can be found here: java.sun.com/j2se/1.4.2/docs/guide/swing/1.4/w2k_props.html


Date: January, 03 2010
Url: http://www.java.net/blog/mkarg/archive/2010/01/03/playing-default-system-sounds-java


Others News

©2002-2019Java-Virtual-Machine.net easy website builder software | best website design software | top web builder | bootstrap navigation menu | css3 menu