Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top