Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A pop-up dialog box is populated after the Submit Audton button is clicked (along with buttons appropriate for the dialog box). Colors below are

image text in transcribedimage text in transcribedimage text in transcribed

A pop-up dialog box is populated after the Submit Audton button is clicked (along with buttons appropriate for the dialog box). Colors below are not displayed in the dialog box but appear only as an illustration of input data. NOTE: you will not play or upload sound clips This is just a simulation of what could occur. The following information was successfully submitted: Band: The Eagles Website/FB Page: https://www.eagles.com Sound clips were successfully uploaded. The Eagles are available to play on --Friday --Saturday Contact Information: Don Henley at 606-555-1212 NEW CONCEPTS ASSESSED AND ILLUSTRATED (IN ADDITION TO ANY PREVIOUSLY LEARNED) Radio buttons and checkboxes in a JavaFX GUI. Dialog boxes. SOFTWARE REQUIREMENTS (USE A CHECKLIST FOR ALL FEATURES) Use one pane class file and one file which contains the main() method. Do not overcomplicate this example. Add an image to display at the top of the form (small graphic no larger than 50 kb to accommodate downloading for grading). Use text fields for the name of the band, website/facebook page address, contact name, and contact phone number. Use radio buttons for the name of two songs. You are not required to play sound clips or upload sound clips. BONUS: You can earn extra points if you research and use sound clips. Each radio button would play a corresponding sound clip when selected. Make sure one sound clip stops playing when the other radio button is clicked. Do not play two sounds clips at the same time. The days of the week (Tuesday, Friday, and Saturday) are checkboxes. The user may check all that apply. When the Submit Audition button is clicked, a dialog box similar to the one above should be populated using data from the form and as illustrated. When the Clear Form button is clicked, the form should be cleared (text boxes cleared, radio button cleared (not selected), checkboxes cleared (not selected) and output area should be cleared. Place the focus (cursor) in the first textbox so that the user is ready to enter data. When the Exit button is clicked, the GUI application closes. DELIVERABLES: TO EASE GRADING Zip together your source code files (.java file extensions) and your image file(s). If you attempt the bonus, also zip your sound clips. If you are using Eclipse, Netbeans or other IDEs which create a collection of folders for each project, do not zip your entire solution folder. Only zip the files indicated above. Do not include files with a .class file extension. DEDUCTIONS No credit is earned if any Java file generates a compile error. This will be true for all assignments this semester. Start early on your assignments so that you have time to debug your work and time to ask questions if you have trouble. Deductions will be made for assignments which are not fully and properly documented. This includes the beginning comment block with your name, date, purpose of the program, etc. No credit is earned if files are not zipped together into ONE zip file. No credit is earned if files are missing and the work cannot be properly tested by your instructor. NARRATIVE DESCRIPTION You work for Rupp Arena in Lexington and have been asked to develop a Java application to collect information from bands who want to audition as an opening performing act for major concerts that come to town. Music concerts are only booked on Tuesdays, Fridays, and Saturdays. You have sketched out a GUI to use: Name of Band: Band website or Facebook page: Sample sound clips of songs: o Sample 1 Bluegrass Community and Technical College Programming Requirements Document Bands at Rupp Tuesday Friday Saturday o Sample 2 Days of the week you are typically available for playing (check all that apply): Contact Name: Contact Phone: Submit Audition Some Image You Choose Clear Form Exit

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

Corporate Finance

Authors: Stephen Ross, Randolph Westerfield, Jeffrey Jaffe

10th edition

978-0077511388, 78034779, 9780077511340, 77511387, 9780078034770, 77511344, 978-0077861759

More Books

Students also viewed these Programming questions