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 |