Home > Java > RegEat - My First Swing App

RegEat - My First Swing App

June 28th, 2007

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.

RegEat - My First Swing App (screenshot)

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.

Java

  1. No comments yet.
  1. No trackbacks yet.