JavaFx college project
Ball Game mini project application made for my college assignment!
Screenshots and working -
Home page of the application
Main Points -
- Application has a custom green icon.
- CSS for designing the UI of the application interface.
- The ball moves 10px according to the direction buttons.
- Full Screen mode is integrated with the application.
- Experimented with scenes - the About page is present.
- One click Exit by clicking the “Exit” button.
When pressing the “Up” button, the circle moves upwards by 10 pixels. Similarly, by clicking on “Left”, ”Right”, “Down” buttons, the circle moves left, right and down respectively by 10px.
When we click on “FullScreen enable”, we get the full screen view of the application along with the hint message (pressing “q” to exit).
After pressing “q”, we get the normal layout of the application.
After clicking on the “About this program” button, we get the second scene which gives information about the developer and why the application was created.
Clicking on “Return to Home”, we get to the home page.