You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaFX project for managing electronic devices such as smartphones, laptops, and tablets. The application features a dynamic UI that adjusts based on the selected device type, allowing users to add, view, and remove device details, including specifications like screen size, RAM, and battery life.
JavaFX Calculator is a simple application for basic arithmetic operations, supporting decimal inputs, with an intuitive interface and error handling for division by zero.
A Java-based CRUD application to manage employee data using PostgreSQL and JDBC. This project supports operations like ➕ adding, 📖 retrieving, ✏️ updating, and ❌ deleting employee records. Built with Maven for dependency management and modularity.
The Employee Management System is a JavaFX application that allows users to manage a list of employees, calculate their salaries, and view employee details. The system supports three types of employees: Full-Time, Part-Time, and Contractor. Each type has its own salary calculation method. Users can add, view, and remove employees from the list.
This project demonstrates polymorphism in Java by calculating the volume and surface area of various 3D shapes! The program defines a Shape3DInterface and implements it with three classes: Sphere, Cylinder, and Cube. Each shape calculates its surface area and volume using its own unique formulas. 🏗️