The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 Vocal Java
Subject:  Are you sure thats right??
Date:  2008-02-22 10:05:52
From:  dimensio


my debugger shows an error with


// current Speaker object as a listener,
// whose guiInitialized() method will be
// invoked when the GUI subsystem is ready.

if (EventQueueMonitor.isGUIInitialized ())
speakerInit ();
else
EventQueueMonitor.
addGUIInitializedListener (this);
}

public void guiInitialized ()
{
speakerInit ();
}

void speakerInit ()
{
// Register a window listener that
// deallocates synthesizer resources when a
// JFrame window with an EXIT_ON_CLOSE
// operation is closing.

WindowListener wl;
wl = new WindowAdapter ()
{
public void windowClosing
(WindowEvent e)


Toby
NLP Master Practitioner

 Feed java.net RSS Feeds