Link to home
Start Free TrialLog in
Avatar of allelopath
allelopath

asked on

Disable beep in JDialog

I want to prevent a JDialog from beeping on display.

I have a class that extends JDialog. In the constructor I set up the components and layout, and then the last line in the constructor I do:
setVisible(true);

Open in new window

at which point it beeps.

How do I stop this?
ASKER CERTIFIED SOLUTION
Avatar of rumi78
rumi78

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial