In the Java project you can see two files
- Cal.java
- notepad.java
In both of these there is a use of basic java and swing and awt.
First file show you calculator who done basic calculation and some scientific calculation in java.
second is notepad which show you a basic notepad with some basic options.
##Compile a Java file
javac Cal.java
##Run a java file
java Calculator1