java Gui and file handling

Status
Not open for further replies.

emaansid

Newbie level 1
Joined
Jan 2, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
9
Write a program consisting of multiple objects which interact with each other by following
appropriate design practices
· Write a program that provides the requested functionality for the system
· Implement classes which have generalization relationships with other classes
· Utilise polymorphism and abstraction techniques
· Utilise appropriate collection classes in appropriate ways/places
· Read data from and write data to text files
· Handle exceptions by constructing try … catch blocks for appropriate circumstances
· Create a JFrame and correctly use a JList component.
 

start by
1. creating a frame
2. adding a menu bar with File and Exit items
3. when File is selected open a file and read the contents into a TextArea
4. when Exit selected exit the program
etc
are you going to use a GUI builder or write the code from scratch?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…