X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/d9af4a2b674e5ab91df0f9af236283b617bb81c7..cdb480951031f64f4785da1787b16fe235b76f13:/AnagGUI.java diff --git a/AnagGUI.java b/AnagGUI.java index ac4d279..7211c79 100644 --- a/AnagGUI.java +++ b/AnagGUI.java @@ -1,6 +1,6 @@ /* -*-java-*- * - * $Id: AnagGUI.java,v 1.6 2003/11/29 23:38:37 mdw Exp $ + * $Id: AnagGUI.java,v 1.7 2004/04/08 01:36:18 mdw Exp $ * * Front-end GUI * @@ -26,32 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: AnagGUI.java,v $ - * Revision 1.6 2003/11/29 23:38:37 mdw - * Debianization. - * - * Revision 1.5 2002/08/11 12:58:09 mdw - * Added support for regular expression matching, if supported by the C - * library. - * - * Revision 1.4 2001/02/19 19:19:11 mdw - * Add `help' button. Lowercase input to the command. - * - * Revision 1.3 2001/02/16 21:46:10 mdw - * Use a BufferedReader, not a LineNumberReader. - * - * Revision 1.2 2001/02/07 09:10:04 mdw - * Add a settings panel (currently only allows the wordlist to be - * changed). Move the buttons down the right-hand side of the list. Add a - * `Run' button which passes arguments through directly. - * - * Revision 1.1 2001/02/04 19:53:07 mdw - * Simple GUI front-end in Java. - * - */ - /*----- Imports -----------------------------------------------------------*/ import java.lang.*;