This document contains code for generating the GUI components of an exam management application, including labels, text fields, combo boxes, buttons, and a table to display exam data. The code defines the layout of these components in a panel using GroupLayout, including labels paired with fields for exam name, term, date, class, section, and subject. Buttons are also included for performing actions like adding, deleting, or updating exam records.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
29 views
Java 2
This document contains code for generating the GUI components of an exam management application, including labels, text fields, combo boxes, buttons, and a table to display exam data. The code defines the layout of these components in a panel using GroupLayout, including labels paired with fields for exam name, term, date, class, section, and subject. Buttons are also included for performing actions like adding, deleting, or updating exam records.
jPanel1 = new javax.swing.JPanel(); jLabel2 = new javax.swing.JLabel(); jLabel3 = new javax.swing.JLabel(); jLabel4 = new javax.swing.JLabel(); jLabel5 = new javax.swing.JLabel(); jLabel6 = new javax.swing.JLabel(); jLabel7 = new javax.swing.JLabel(); txtename = new javax.swing.JTextField(); txtterm = new javax.swing.JComboBox<>(); txtdate = new com.toedter.calendar.JDateChooser(); txtclass = new javax.swing.JComboBox<>(); txtsection = new javax.swing.JComboBox<>(); txtsubject = new javax.swing.JComboBox<>(); jButton1 = new javax.swing.JButton(); jButton2 = new javax.swing.JButton(); jButton3 = new javax.swing.JButton(); jButton4 = new javax.swing.JButton(); jScrollPane1 = new javax.swing.JScrollPane(); jTable1 = new javax.swing.JTable();
Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications 1st Edition Nishant Singh & Michael Kehoe - Read the ebook online or download it as you prefer