Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

JAVA FX Assessment. Won't let me upload, will send rubric in next slideJavaFX GUI (application front-end) project design and development with data structures and algorithms...

1 answer below »
JAVA FX Assessment. Won't let me upload, will send rubric in next slide

JavaFX GUI (application front-end) project design and development with data structures and algorithms (application
back-end)
Instructions
In this assessment task, you will be designing and implementing a software program that results in a GUI interface
to show filtering, custom sorting and searching of the Fibonacci number sequence. Your program will be following
the stages of the program development lifecycle. This assessment is designed to enable students’ ability to deliver
practical applications developed using JavaFX GUI to invoke the use of data structures and algorithms. In this
assessment, you are expected to analyse GUI design and develop and analyse Bucket sorting and searching
algorithms

Answered 6 days After Oct 29, 2022

Solution

Vikas answered on Nov 04 2022
50 Votes
PROJECT REPORT
Flow of the Program
1. Take the length of the sequence from the user and generate the Fibonacci Sequence using the getFibSeq() method.
2. Then, give show the sequence to the GUI and then if the user clicks the Bucket Sort then call the bucketSort() method and then show all the buckets to the GUI.
3. Then, if the bucket search button is pressed then, call the bucketSearch() method and search for the element in the available buckets and if it is present then show the bucket number and position, otherwise tell that the “Number is not Found”.
Design of the GUI
· A textfield is used to get the length of the sequence he/she wants to generate and a button “Gen Fib” is used to call the getFibSeq().
· A button named “Fib Bucket Sort” is used to call bucketSort() method that sorts the sequence into buckets.
· Then, 9 text Fields are used to show the 9 buckets to the user.
· A textfield is used to get the element he/she wants to search and a button “fib bucket Search” is used to call the search() method.
· Then, a Text field is used to...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here