Answered step by step
Verified Expert Solution
Question
1 Approved Answer
UNITED INTERNATIONAL UNIVERSITY CSE 1 1 1 5 ( Object Oriented Programming ) - Assignment Write a Java program that compiles the following User Interface
UNITED INTERNATIONAL UNIVERSITY
CSE Object Oriented Programming Assignment
Write a Java program that compiles the following User Interface shown below:
Esary horkmere
Curestane
Perioning ins
lraperers
Now the functionalities for this Java Swing program will be the following:
a First, it will open a frame for Employee Registration that will take their
i Name,
ii Age,
iii. Salary &
iv Phone
b After that, it will write all this data into a text file named Employee.txt in a
commaseparated value format. For Example:
Abul,
Babul,
Kabul,
c After REGISTER, the Employee Registration will become invisible and open the Salary
Increment frame.
d Inside the Salary Increment frame, the current salary will be shown and it will be
Noneditable.
e Also, there will be a percentage to input. After pressing increment, the salary will be
increased accordingly and get updated inside the Employee.txt file.
PLEASE U SE PROPER EXCEPTION HANDLING and OOP CONCEPT SINHERITANCE
ENCAP SULATION, and POLYMORPHISM where necessary!!!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started