Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > Java Basics
|
Java Basics General beginning Java language questions that don't fit in one of the more specific forums. Please specify what version.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Java Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 22nd, 2006, 09:37 AM
Registered User
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Q: JButton with Mouseover and sound

Hello everyone,

i have a JInternal Frame that has 2 JButtons that with the actionlistener perform different actions. Is there a way to add a mouse-over effect and depending to which button the mouse enters to play a different sound file ?? (i don;t havea problem what type sould file this will be [au,wav])

Thanks a lot !!!
george

 
Old March 16th, 2007, 06:38 AM
Friend of Wrox
 
Join Date: Mar 2007
Posts: 373
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi,

You've to add a FocusListener to the button and implement to methods focusGained() and focusLost(). In these method you've to write code to play audio, for this you have to use Java Media Frame work you can get an example at the following link

http://edenti.deis.unibo.it/utils/Ja...0Framework.txt

If you want to change image on the button on mouse over then JButton class supports it you dont need to write any code for this, just go through the API.


Regards,
Rakesh

- Rakesh





Similar Threads
Thread Thread Starter Forum Replies Last Post
Two JButton problems Foxbat Java GUI 0 August 18th, 2008 05:47 PM
mouseover on label msrnivas ASP.NET 1.0 and 1.1 Basics 5 February 8th, 2007 10:27 AM
HTML Table and Mouseover itHighway Javascript How-To 4 January 30th, 2006 02:05 PM
oPacity Mouseover crmpicco Javascript How-To 3 July 1st, 2005 09:43 AM
JButton lgschulz JSP Basics 2 November 7th, 2004 10:34 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.