Thread: [Ejtools-cvs] CVS: applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser AboutDialog.
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-25 20:24:54
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser In directory usw-pr-cvs1:/tmp/cvs-serv28821/net/sourceforge/ejtools/jmxbrowser Modified Files: AboutDialog.java JMXBrowser.java Main.java Log Message: Pretty print the code Index: AboutDialog.java =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/AboutDialog.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AboutDialog.java 22 Apr 2002 17:38:25 -0000 1.1 --- AboutDialog.java 25 Apr 2002 20:24:47 -0000 1.2 *************** *** 1,7 **** /* ! * EJTools, the Enterprise Java Tools * ! * Distributable under LGPL license. ! * See terms of license at www.gnu.org. */ package net.sourceforge.ejtools.jmxbrowser; --- 1,7 ---- /* ! * EJTools, the Enterprise Java Tools * ! * Distributable under LGPL license. ! * See terms of license at www.gnu.org. */ package net.sourceforge.ejtools.jmxbrowser; *************** *** 39,49 **** { /** Description of the Field */ - private JPanel panel = null; - /** Description of the Field */ private static Category cat = Category.getInstance(AboutDialog.class.getName()); /** Constructor for the AboutServiceProvider object */ ! public AboutDialog() { } --- 39,51 ---- { /** Description of the Field */ private static Category cat = Category.getInstance(AboutDialog.class.getName()); + /** Description of the Field */ + private JPanel panel = null; /** Constructor for the AboutServiceProvider object */ ! public AboutDialog() ! { ! } Index: JMXBrowser.java =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/JMXBrowser.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JMXBrowser.java 22 Apr 2002 17:39:23 -0000 1.1 --- JMXBrowser.java 25 Apr 2002 20:24:47 -0000 1.2 *************** *** 1,7 **** /* ! * EJTools, the Enterprise Java Tools * ! * Distributable under LGPL license. ! * See terms of license at www.gnu.org. */ package net.sourceforge.ejtools.jmxbrowser; --- 1,7 ---- /* ! * EJTools, the Enterprise Java Tools * ! * Distributable under LGPL license. ! * See terms of license at www.gnu.org. */ package net.sourceforge.ejtools.jmxbrowser; *************** *** 40,43 **** --- 40,47 ---- { /** Description of the Field */ + private static Category cat = Category.getInstance(JMXBrowser.class.getName()); + /** Description of the Field */ + private static Vector factories; + /** Description of the Field */ protected AboutServiceProvider aboutService; /** Description of the Field */ *************** *** 51,58 **** /** Description of the Field */ protected ToolBarServiceProvider toolBarService; - /** Description of the Field */ - private static Category cat = Category.getInstance(JMXBrowser.class.getName()); - /** Description of the Field */ - private static Vector factories; --- 55,58 ---- *************** *** 77,84 **** /* ! * statusBarService.addZone("status"); ! * statusBarService.setContent("status", "Ready"); ! * statusBarService.addZone("hour", StatusBarService.RIGHT); ! * statusBarService.setContent("hour", "10:25:32", new ImageIcon(getClass().getResource("/images/container.gif"))); */ add(new ExitAction( --- 77,84 ---- /* ! * statusBarService.addZone("status"); ! * statusBarService.setContent("status", "Ready"); ! * statusBarService.addZone("hour", StatusBarService.RIGHT); ! * statusBarService.setContent("hour", "10:25:32", new ImageIcon(getClass().getResource("/images/container.gif"))); */ add(new ExitAction( Index: Main.java =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/Main.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Main.java 22 Apr 2002 17:40:31 -0000 1.1 --- Main.java 25 Apr 2002 20:24:47 -0000 1.2 *************** *** 1,7 **** /* ! * EJTools, the Enterprise Java Tools * ! * Distributable under LGPL license. ! * See terms of license at www.gnu.org. */ package net.sourceforge.ejtools.jmxbrowser; --- 1,7 ---- /* ! * EJTools, the Enterprise Java Tools * ! * Distributable under LGPL license. ! * See terms of license at www.gnu.org. */ package net.sourceforge.ejtools.jmxbrowser; |