Update of /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28489/src/com/mebigfatguy/fbcontrib
Modified Files:
FBContrib.java
Log Message:
add title
Index: FBContrib.java
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/FBContrib.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- FBContrib.java 13 Mar 2006 07:46:51 -0000 1.6
+++ FBContrib.java 25 Mar 2006 15:48:43 -0000 1.7
@@ -28,7 +28,7 @@
* @param args standard command line args
*/
public static void main(final String[] args) {
- JOptionPane.showMessageDialog( null, "To use fb-contrib, copy this jar file into your local FindBugs plugin directory, and use FindBugs as usual.\n\nfb-contrib is a trademark of MeBigFatGuy.com\nFindBugs is a trademark of the University of Maryland");
+ JOptionPane.showMessageDialog( null, "To use fb-contrib, copy this jar file into your local FindBugs plugin directory, and use FindBugs as usual.\n\nfb-contrib is a trademark of MeBigFatGuy.com\nFindBugs is a trademark of the University of Maryland", "fb-contrib: copyright 2005-2006", JOptionPane.INFORMATION_MESSAGE);
System.exit(0);
}
}
|