From: David G. <dg...@cs...> - 2005-12-09 05:31:13
|
Poking around with debug options, I got this: $ java -verbosecall -jar JSynthLib-0.20.0.jar [snip] soft_trace: java/beans/PropertyChangeSupport.firePropertyChange(Ljava/ lang/String;Ljava/lang/Object;Ljava/lang/Object;)V soft_trace: java/beans/PropertyChangeEvent.<init>(Ljava/lang/ Object;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V soft_trace: java/util/EventObject.<init>(Ljava/lang/Object;)V soft_trace: java/beans/PropertyChangeSupport.firePropertyChange(Ljava/beans/ PropertyChangeEvent;)V soft_trace: javax/swing/plaf/metal/MetalLookAndFeel. initComponentDefaults(Ljavax/swing/UIDefaults;)V At this point, the process hangs. What's wrong? What needs to be fixed? -- David Griffith dg...@cs... |