show form

Link/Show Form when clicking a Button in Java

This is a continuation of Login Tutorial and Connecting to MS Access database using JCreator see here With this, I am showing you some twist that after a correct login in the program it will show another form in Java. 1. First create a java program with a filename of MainMenu.java. 2. Import the following libraries. import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.io.*