0% found this document useful (0 votes)
51 views

Java Mini Project-1

The document describes a student portal project created using Java Swing. It includes a mainframe with buttons to add, delete, and view student records. Each button leads to separate frames for each task. The add button opens an admission form frame, delete opens frames to select a record and confirm, and view opens frames to display and navigate a student list. A final terminating frame allows returning to the mainframe or exiting.

Uploaded by

shaikhnida381
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

Java Mini Project-1

The document describes a student portal project created using Java Swing. It includes a mainframe with buttons to add, delete, and view student records. Each button leads to separate frames for each task. The add button opens an admission form frame, delete opens frames to select a record and confirm, and view opens frames to display and navigate a student list. A final terminating frame allows returning to the mainframe or exiting.

Uploaded by

shaikhnida381
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

JAVA MINI PROJECT:

STUDENT PORTAL

 Members:-
 Kaab Gazdar
 Nida Shaikh
 Saud Syed
JAVA GUI USING SWING:-

• Swing is a GUI widget toolkit for Java. It is part of Oracle’s Java Foundation
Classes (JFC) – an API for providing a graphical user interface (GUI) for Java
programs.
• Swing was developed to provide a more sophisticated set of GUI components than the
earlier Abstract Window Toolkit (AWT). Swing provides a look and feel that emulates
the look and feel of several platforms, and also supports a pluggable look and feel that
allows applications to have a look and feel unrelated to the underlying platform. It has
more powerful and flexible components than AWT. In addition to familiar components
such as buttons, check boxes and labels, Swing provides several advanced components
such as tabbed panel, scroll panes, trees, tables, and lists.
• Unlike AWT components, Swing components are not implemented by platform-specific
code. Instead, they are written entirely in Java and therefore are platform-independent.
STUDENT PORTAL
(MAINFRAME)

Typical mainframe workload:


1. Input data.
2. Application program processes data to perform a particular
task.
3. Output data.

The adjacent figure shows the mainframe of the Student Portal.


It has three buttons (Add student record, Delete student record,
Generate record list), that lead to separate specialized frames
respectively.
STUDENT ADMISSION
FORM (FRAME 2)

The ‘Add Student Record’ button on the


mainframe leads to the second frame that is
shown in the adjacent figure.

This frame requires the input of specific data


to add a student record.
DELETE STUDENT RECORD (FRAME
3,4,5)

The ‘Delete Student Record’ button on the mainframe leads to the following three frames respectively in order
to delete a record.
STUDENT LIST (FRAME 6,7)

The ‘Generate Record List’ button on the mainframe leads to the following two frames respectively in order to
generate a record list.
CHOICE BOX
(TERMINATING FRAME)

This is the final frame of the Student Portal.

It has two buttons as shown in the adjacent


figure, one that leads back to the mainframe
while the other exits the Portal.
VOTE OF THANKS

Respected sir and my dear


friends, thank you for
patiently allowing us to give
our presentation.

You might also like