hi pple
I am building this electronic role using an interface. during the course of designing the interface, tried running it just to see the look and feel of it and it is not showing can someone tell me why this happen. here is the code. havent start coding it yet
package AttendanceRecordSystem;
public class AttendanceRegistrationForm extends javax.swing.JFrame {
public AttendanceRegistrationForm() {
initComponents();
}
java.awt.EventQueue.invokeLater(new Runnable() {
@Override
public void run() {
new AttendanceRegistrationForm().setVisible(true);
}
});