This project is done as a part of my Database Systems course. It deals with the Normalization( Finding the current Normal form(s) a relation satisfies and then decomposing it into more than 1 relations which satisfies higher normal form(s) ). The whole application is coded in java and has a Java Swing GUI.
javac -d build/classes -cp build/classes src/module1/*.java
java -cp build/classes module1.Front