AlyNaRahim/ComputerGraphics-JavaFX-ContactsApp — reverse-engineered prompt
Reverse engineered prompt
Build me a simple desktop address book app in JavaFX, like a small personal contacts manager.
It should have a clean window with a menu bar at the top. The File menu should let the user exit the app, including a Ctrl plus X shortcut. The Help menu should have an About option that opens a small popup with basic information about the app.
The main app should let someone manage people in their address book. Each person should have a first name, last name, birth date, gender, and photo. The user should be able to add a new contact, edit an existing contact, remove a contact, and open a separate window to view that person’s basic details.
Please keep it straightforward and beginner friendly, using JavaFX and FXML so it can work with Scene Builder. If you need setup details for current JavaFX versions, look them up online and make sure the project can run cleanly in IntelliJ.
Want more depth? Deep Reverse