Update of /cvsroot/csms/csms-core/src/java/org/fanfoot/gui
In directory usw-pr-cvs1:/tmp/cvs-serv16641
Modified Files:
ControlCentre.java
Log Message:
Now reports errors in creating the event parser to the user through the GUI as well as through the log.
Index: ControlCentre.java
===================================================================
RCS file: /cvsroot/csms/csms-core/src/java/org/fanfoot/gui/ControlCentre.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ControlCentre.java 4 Nov 2002 12:16:25 -0000 1.11
--- ControlCentre.java 6 Nov 2002 14:20:16 -0000 1.12
***************
*** 48,51 ****
--- 48,52 ----
import java.util.logging.Level;
import java.util.logging.Logger;
+ import javax.swing.JEditorPane;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
***************
*** 71,114 ****
/**
[...1211 lines suppressed...]
}
--- 745,762 ----
* Loaded Commentay file.
*
! *@param e Description of the Parameter
*/
! public void retrievedCommentary(EventObject e) {
}
/**
! *@param args the command line arguments
*/
! public static void main(String args[]) {
try {
new ControlCentre().show();
! } catch (Exception e) {
! System.out.println("Unable to load configuration file.");
e.printStackTrace();
}
|