.

Sunday, June 6, 2010

for source code part 1 class MainMenu click here
for source code part 2 class LoginFrame click here
for source code part 3 class Emprptwindow click here
for source code part 4 class Editwindow click here
for source code part 5 class Deletewindow click here
for source code part 6 class clsSettings click here
for source code part 7 class Settingswindowclick here
for source code part 8 class printwindow here
for source code part 9 class Addwindow here
PART 10: PROJECT MODULE
THE COMPLETE SOURCE CODE OF PROJECT MODULE IS HERE CREATE A JAVA FILE NAMED PROJECT .java AND COPY THE below
import java.awt.*;
import java.awt.event.*;
public class Project extends Frame{public static void main(String args[]){
Login L = new Login();
L.setLocation(200,100);
L.setSize(300,300);
L.setVisible(true);
L.setTitle("Login Screen");
}
}

CLICK HERE TO GET THE COMPLETE SOURCE CODE

Google Ads