Link to home
Start Free TrialLog in
Avatar of darren-w-
darren-w-Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Adding a GUI to an existing program

I'm working on a personal project that is an address book, I have all the underlying code/classes that can extract the details from a database, but I would like to add a front end/user interface to the system in order to make it more user friendly.

The package has been built in Netbeans, so I suppose using JFrame will be the best option, but I've heard about javaFX and I'm wondering if this would be an option.

For starters I have a straight forward class called person that has methods to get personal details such as name, dob, email, mobile and a class called address, as multiple people have the same address.

I would like to pull these details into a display window,  Hopefully this is not to complex to answer here?

I know how to create and to add features to a JFrame but I'm unsure how to link in the existing methods
ASKER CERTIFIED SOLUTION
Avatar of Gurvinder Pal Singh
Gurvinder Pal Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of darren-w-

ASKER

Thanks, have no time to look into this further at present but will take a look at a later date...