Hangman Game

A JavaFX implementation of Hangman that loads words from a file, lets the user guess letters via a text field, updates the displayed word with correct guesses, tracks wrong attempts by drawing the hangman in a label, and provides restart and exit buttons.

Product Manager Application

A JavaFX GUI for managing products stored in SQLite: add, edit, and delete items with code, description, and price; includes input validation and displays the current product list in a ListView with real-time updates.