Projects made in University class, Programming with Java
This Java application, "Animation Example with Bouncing Balls," demonstrates a simple animation using JavaFX. It creates colorful bouncing balls that move vertically along a path and can be controlled interactively. This readme provides an overview of the code and its functionality.
This Java program, along with the supporting classes main.java, MedicalRecords.java, and Patient.java, is a Medical Records Management System that allows users to perform various tasks related to managing patient records. The program is designed to be run in a command-line interface and provides a menu-driven interface for interacting with the system.
The Temperature Converter is a Java Swing application that allows users to convert temperatures between Celsius, Fahrenheit, and Kelvin units. This application provides an intuitive graphical interface for performing temperature conversions and saving conversion results to a file. This readme provides an overview of the code and its functionality.