I have created a basic Java project which displays a month name while entering a month number. i.e. At the output console when we enter month number as a "2" it gives output "February" and so on.
I have developed a Java programming multiple-choice question test in Java Swing. Quiz and mcq test is the main part on any online exam.
I have developed a Registration Form in Java Swing. Registration form is the main process of any application.
I have learned how to make a simple Login Form in Java Swing. A login form or login page is the core functionality of any application.
In this Java project, I created a simple calculator using Eclipse. I have developed basic math calculator in java with the help of AWT with event handling.
I have developed a basic GUI application to accept student information from a textfield and display it in a serial manner.