Omkar Ajp
Omkar Ajp
Introduction:
With this system, users can input student data, such as ID,
name, and age, and then perform various operations on this
data, including adding new student records, displaying
existing records, and searching for specific students by
their ID. The graphical user interface (GUI) is built using
Java's AWT and Swing libraries, providing a user-friendly
environment for interaction.
The key features of this Student Management System
include:
Code:-
import
javax.swing.*;
import java.awt.*;
import
java.awt.event.ActionEvent;
import
java.awt.event.ActionListener;
import java.util.ArrayList;
public class
StudentManagementSystem {
private JFrame frame;
private JTextField
nameField; private
JTextField idField; private
JTextArea displayArea;
private ArrayList<Student> students;
@Override
public void actionPerformed(ActionEvent
e) { viewStudents();
}
});
panel.add(nameLabel);
panel.add(nameField);
panel.add(idLabel);
panel.add(idField);
panel.add(addButton);
panel.add(viewButton);
panel.add(deleteButton
);
panel.add(displayArea)
;
frame.setVisible(true);
}
7|P age
ONLINE DRAWING BOARD
public String
getName() { return
name;
}
Output:
8|P age
ONLINE DRAWING BOARD
VVIT, 8
PAL
ONLINE DRAWING BOARD
ANEEXURE l
Evaluation Sheet for the Micro Project
Academic Year: 2023-24. Name of the
Faculty: Course: AJP Course Code: 22517
Roll Student Name Marks out of for Marks out of for Total out
No. performance in group performance in of 10
activity oral/presentation
(D5 Col.8) (D5 Col.9)
(Signature of Faculty)
VVIT, 9
PAL