Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using the concept of javafx AND oops design a application in eclipse ================================================== Do not use Swing and AWT Do not use Swing and AWT

using the concept of javafx AND oops design a application in eclipse

==================================================

Do not use Swing and AWT

Do not use Swing and AWT

and Also Do Not use FXML

Dont use FXML

==============================================

the program is a login or sign up database creation

the steps to be followed are as listed below (please follow all the steps and then create the program)

====================================================

1)use the borderpane layout as the main root layout for the scene 1.

2)using css set the color for the background of scene 1 to be light.

3)the title of the application should be at the top "centre" of the borderpane layout. and also do write "COPYRIGHT @ LUCIFER" at the bottom "centre" part of the borderpane layout.

4)then use the gridpane at the "centre" of the borderpane layout.

5)then use 2 labels for entering the username and password from the user as inputs.

6)then use 2 Textfields just besides the 2 labels in the gridpane for the values of username and password to be entered by the user.

7)dont forget to set the prompt values for the textfields we created.

8)use the CSS to enter to the Nodes in GridPane that we created.

9)to select the gender use a checkbox and a label to ask from the user about their gender.it should be placed just below the username and password.

10)then place a login and a Signup Button side by side just below everything in the GridPane and place them in "centre".

11)Then Place the Listviews in a vertical manner side by side on the right hand side of the BorderPane.One each for the Username and Password.

12)when the user enters the password and username, if any of the field is empty among the username and password do not let the user to login. Alert them to complete all the details and then continue.

13)If the attempt for login is first and the user cannot Login, alert them to Sign Up in such case.

===============================================================================

IMPORTANT STEPS IN THE PROGRAM:

14)once the user signs up ,then populate the respective ListView's ArrayLists with the values of username and password.

15)If the user is already existing , the user will be taken to a scene 2 ,where there will be a welcome message displayed and the username displayed at the screen.

=====================================================================================================

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

Professional Visual Basic 6 Databases

Authors: Charles Williams

1st Edition

1861002025, 978-1861002020

Students also viewed these Databases questions

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago