Student Registration Sample Project
Student Registration Sample Project
“STUDENT REGISTRATION
SYSTEM”
YOUR NAME
INDEX
Acknowledgement
Certificate
Introduction
Design View
Source View
Final Output
Reference
//<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
*/
try {
if ("Nimbus".equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
//</editor-fold>
java.awt.EventQueue.invokeLater(new Runnable() {
new sampleproject().setVisible(true);
});
}
Final Output
Reference