Wednesday, August 1, 2007

RegEat - My First Swing App

Finally, I made my first Swing application.
Named RegEat, a simple Regular Expression Tools.
I write this application because at the first time I tried to find a simpe regex tools, it was so hard, but I found some - Reggy and RegExpress.

This application built by Java application, Swing based, and using standard JDK RegEx engine (java.util.regex) and developed using NetBeans IDE.

Download RegEat
A Zip file that contains NetBeans project and Binary JAR. To run simply double click dist/RegEat.jar

Still, this application is far from good. But I’d appreciate any comments.

No comments:

Post a Comment