Update of /cvsroot/csms/csms-core/src/java/org/fanfoot/gui
In directory usw-pr-cvs1:/tmp/cvs-serv22682/src/java/org/fanfoot/gui
Modified Files:
ControlCentre.java
Log Message:
Various code stule fixes
Index: ControlCentre.java
===================================================================
RCS file: /cvsroot/csms/csms-core/src/java/org/fanfoot/gui/ControlCentre.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ControlCentre.java 18 Oct 2002 14:56:45 -0000 1.1
--- ControlCentre.java 21 Oct 2002 12:01:14 -0000 1.2
***************
*** 1,37 ****
! /* ***** BEGIN LICENSE BLOCK *****
! * Version: MPL 1.1
*
! * The contents of this file are subject to the Mozilla Public License Version
! * 1.1 (the "License"); you may not use this file except in compliance with
! * the License. You may obtain a copy of the License at
! * http://www.mozilla.org/MPL/
*
! * Software distributed under the License is distributed on an "AS IS" basis,
! * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
[...970 lines suppressed...]
! * configuration files
! */
! private javax.swing.JMenuItem setPaths;
! /**
! * The tabbed pane for displaying the events once extracted from a
! * commentary
! */
! private javax.swing.JTabbedPane tabpneEvents;
! /** The menu item to parse a local commentary file */
! private javax.swing.JMenuItem mnuItemParseFile;
! /** the menu item to parse a remote commentary file */
! private javax.swing.JMenuItem mnuitemParseURL;
! /** the configuration menu */
! private javax.swing.JMenu mnuConfig;
! /** the file menu */
! private javax.swing.JMenu mnuFile;
! // End of variables declaration//GEN-END:variables
!
}
+
|