Question: Develop a GUI Java application that will allow the players to submit information about themselves and the games that they are playing on-line. The information

Develop a GUI Java application that will allow the players to submit information about themselves and the games that they are playing on-line. The information will be stored in a simple Oracle database. The database tables are shown in the following picture:
Develop a GUI Java application that will allow the players to submit
You can use SQL Developer to create your database in Oracle server.
You should populate the table Game with titles of games that you have "played" during this semester.
Your GUI should provide the necessary SWING or JavaFX components that will allow the user to enter and display the data. You will use JDBC to provide the following operations:
Insert game and player information into the database.
Update the existing player information.
Display reports with player and played games information. You may use a JTable or other components to display the reports. Allow the user to select player_id.

Game Y game_id game_title Player y player_id first_name last name address postal code province phone_number Player AndGame player game_id game_id player_id playing date score 00

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!