Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java Using the derby database and JFoenix UI library, create a project that manages students. Requirements 1. Create a new Student database if it doesn't

Java

Using the derby database and JFoenix UI library, create a project that manages students.

Requirements

1. Create a new Student database if it doesn't exist yet with the click of a button

2. Create a second button that populates the database with the appropriate Student table if it does not exist yet, and fill the table with at least 10 students.

3. Connect to the Student Database and display all current students in a List by default. You will have to create a Student Class. This class needs at a minimum the following attributes: Name, Id, Age, Major, GPA. Use appropriate data types. (use UUID for the Id property)

4. Next to the list displaying the students, create at least three ways to filter that list. For instance, you only want to display students over the age of 30. Or only students who have the Major Biology. Or only students with GPA below 2.0. Be creative in which filters would make real sense and use appropriate JFoeniX controls for them. Make sure the controls you use send the appropriate SQL Query to the database and display the results in the student list view

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

Relational Database Design With Microcomputer Applications

Authors: Glenn A. Jackson

1st Edition

0137718411, 978-0137718412

More Books

Students also viewed these Databases questions

Question

6. Explain the power of labels.

Answered: 1 week ago

Question

5. Give examples of variations in contextual rules.

Answered: 1 week ago

Question

f. What stereotypes were reinforced in the commercials?

Answered: 1 week ago