Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please see the attachment below Programming Project #3 CISZlSlOakland Community College Prof.John P. Baugh Points: / 125 Objectives ' To apply techniques involved in GUI

Please see the attachment below

image text in transcribed
Programming Project #3 CISZlSlOakland Community College Prof.John P. Baugh Points: / 125 Objectives ' To apply techniques involved in GUI design 0 To keep track of items in a list 0 You must use JavaFX not Swing, or any other library Instructions For this assignment, you will be building a Favorite Movies application. The application should have a list with the items displayed, a textbox for adding new items to the list, and four buttons: Add, Remove, Load, and Save. The Add button takes the contents of the text field {textbox} and adds the item in it to the list. Your code must trim the whitespace in front of or at the end ofthe input in the text field. Infix whitespace is okay {e.g., Dune 2021, StarTrek 2009, Avengers: End Game.) Also, the text in the textbox should be converted to a lowercase representation {e.g., \"Lord of the Flies" is converted to "lord of the flies\"). The Remove button re moves a selected item from the list. The list should allow the userto select more than one item at a time. If no items are selected when the user clicks this remove button, then the application should pop up a message box saying, \"Please select an item to delete!" The Load button loads the previously saved movie list into the list widget on your interface. The Save button saves a copy of the movie list to a file, named movies.txt. Ifthe movies.txt file doesn't exist, this operation creates it. If it does exist, it will simply overwrite it. You should produce a user-frie ndly interface of your own design. Deliverables/ Submission Instructions 0 You need to turn in your source code {the ENTIRE Apache NetBeans, or other IDE, project} zipped up. 0 This includes all Java source files, as well as resources, etc. o The zip file should be submitted to 02L under the appropriate assignment directory. Just name the zip folder/file Proj3.zip D2L automatically attaches your name to it. U The zip file should also contain, in the top level of the folder, screenshots of your project working

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Wireless and Mobile Systems

Authors: Dharma P. Agrawal, Qing An Zeng

4th edition

1305087135, 978-1305087132, 9781305259621, 1305259629, 9781305537910 , 978-130508713

More Books

Students also viewed these Programming questions