Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

JavaFX

JavaFX is an open source, next generation client application platform for desktop, mobile and embedded systems built with Java. It is offered as a cross-platform Java library and it delivers consistent graphical user interfaces across a wide range of operating systems and devices. Applications developed with JavaFX can be run on devices such as desktop computers, mobile phones, TVs, tablets, and more.

https://github.com/ralvarezdev/complete-java-dev

Repository that contains coding challenges and exercises from Tim Buchalka's Java course, among others

college college-project java javafx oop oop-principles oops-in-java rafael-urdaneta-university udemy udemy-course universidad-rafael-urdaneta uru

Last synced: 20 Jan 2025

https://github.com/marincervinschi/objectorientedprogramming

Intermediate course introducing Object-Oriented Programming (OOP) principles with the Java language. It covers the evolution of programming languages, the limitations of procedural programming, and the key features of OOP.

arrays collections exceptions functions generics java javabasics javafx oop oop-principles strings threds

Last synced: 19 Dec 2024

https://github.com/alkaison/movie-ticket-booking-management-system

A modern desktop application based on Java, JavaFX, SQLite3, JSON for movie ticket booking. Made as part of the 4th Semester BSc IT course.

java java-desktop-application javafx javafx-application javafx-desktop-apps json movie-ticket-booking movie-ticket-management sqlie3

Last synced: 21 Jan 2025

https://github.com/wassimoubaziz/rmi

he RMI Client-Server Application is a Java-based distributed system that utilizes Java RMI (Remote Method Invocation) for communication between a client and a server. It provides functionality for performing mathematical calculations and banking operations remotely.

bank calculator client client-server destributed java javafx javafx-application oubaziz rmi server socket wassim

Last synced: 21 Jan 2025

https://github.com/syedafatima002/happenhub_scd

Semester project for the course, software construction and development, the application was completely built using Java and Javafx

java javafx javafx-application software-architecture software-design

Last synced: 21 Jan 2025

https://github.com/florinamt/chat-client-server-system_rmi

Chat client server using RMI. The whole conversation is logged in .txt files, one for each day.

client-server files java javafx mvvm-architecture observer-design-pattern rmi singleton-design-pattern

Last synced: 21 Jan 2025

https://github.com/fedepaganelli/carrent

JavaFX application for managing car rentals

car javafx rental

Last synced: 21 Jan 2025

https://github.com/2729400n/bankmanger

A simple UI Based BankManager

gui java javafx simple ui

Last synced: 21 Jan 2025

https://github.com/rbento/javafx-gradle-starter

A simple JavaFX project starter.

gradle java javafx

Last synced: 02 Feb 2025

https://github.com/youseftareq33/java_ai_2_tic-tac-toe

play with AI Tic-Tac-Toe Game (Minimax algorithm used)

java javafx minimax-algorithm

Last synced: 21 Jan 2025

https://github.com/khurozov/fractalclock

Application for demonstrating properties and bindings features of JavaFX

clock demo fractal java javafx

Last synced: 21 Jan 2025

https://github.com/nerooc/zti-seminar-javafx

Repozytorium z materiałami na temat JavaFX

fxml javafx seminar

Last synced: 26 Jan 2025

https://github.com/shahriar-raj/cse_108-object-oriented-programming-language-sessional

This repository contains all home and lab assignments for the CSE 108: Object Oriented Programming Language Sessional course, part of our Term-2, Level-1 curriculum. It applies theories from CSE 107 to problem-solving. We also learned JavaFX for frontend and made a java project "Football Player Database"

academic java javafx object-oriented-programming problems-solving programming project

Last synced: 21 Jan 2025

https://github.com/desmondjs/stock_management_system

This is a JavaFX-based stock management system that allows users to view, add, deduct, and discontinue products. This application provides a user-friendly interface for efficient stock management.

java javafx

Last synced: 21 Jan 2025

https://github.com/jpcurada/iskonnect

Team 1 - ALPHA B1T Project for COMP 20083

java javafx maven oop supabase

Last synced: 02 Feb 2025

https://github.com/ddubeyyy/sudoku

This project implements a Sudoku solver in Java using a backtracking algorithm to efficiently solve puzzles, ensuring each row, column, and 3x3 subgrid contains all digits from 1 to 9. The solver includes input validation and a simple console-based user interface.

backtracking-algorithm dsa java javafx

Last synced: 21 Jan 2025

https://github.com/gaotianchi/library-management-program

结构简单的 javafx 程序

javafx

Last synced: 21 Jan 2025

https://github.com/cstim240/pokedexclient

A client and server Java Application

css java javafx maven mockmvc spring-boot test

Last synced: 21 Jan 2025

https://github.com/ankushtechdev/payroll-system

Payroll system involves everything that has to do with the payment of employees and the filing of employment taxes. This includes keeping track of hours, calculating wages, withholding taxes and other deductions, printing and delivering checks and paying employment taxes to the government.

java javafx javafx-desktop-apps javafx-project javaswing jfoenix-application

Last synced: 05 Jan 2025

https://github.com/neuralcortex/border_generator

Graphical CSV boundary line generator

csv java javafx javafx-application javafx-desktop-apps

Last synced: 21 Jan 2025

https://github.com/janithr-creator/student-management-system

This project is for enhance my Java, Java-fx and JDBC knowledge.

java javafx jdbc mvc-architecture singleton-pattern

Last synced: 21 Jan 2025

https://github.com/rspber/popperian

Popperian mining agent

javafx

Last synced: 21 Jan 2025

https://github.com/joshjarabek7/appointment-scheduler

An appointment scheduling GUI that is linked to a MySQL database with local time zone conversions.

css java javafx mysql

Last synced: 02 Feb 2025

https://github.com/afa-farkhod/installation-wizard-app

Application is an installation wizard for the JDK (Java Development Kit). It is a JavaFX-based GUI Windows Desktop Application that guides users through the process of downloading and installing the JDK, as well as setting the path environment variable.

installation-wizard java javafx javafx-application javafx-desktop-apps

Last synced: 21 Jan 2025

https://github.com/orangomango/minesweeper

Minesweeper implementation in Java/JavaFX, solver included

java javafx minesweeper

Last synced: 21 Jan 2025

https://github.com/rahulstech/javafx-routing

Efficiently navigate between JavaFX screens with animated transitions, backstack, controller lifecycle management, argument passing, and validation. Enjoy a declarative configuration approach or customize in code. Simplifies navigation and enhances user experience. Currently supports single scene navigation.

java javafx navigation routing single-page-nav

Last synced: 21 Jan 2025

https://github.com/blank2409/weather-

A Java application that delivers real-time weather updates using a weather API. Features include location-based forecasts, hourly updates, and severe weather alerts, all presented in a clean, responsive UI. Developed to enhance skills in API integration and user experience design

api gui java javadevelopment javafx javaswing json openweathermap-api swing weather-api weather-app weather-forecast

Last synced: 21 Jan 2025

https://github.com/aadilraja/mediaplayer

Using javafx to create a media player

javafx mediaplayer

Last synced: 21 Jan 2025

https://github.com/mrbelga/graphs

grafos desenvolvido para materia de grafos da faculdade

grafo grafos graph graph-theory java javafx teoria-dos-grafos

Last synced: 21 Jan 2025

https://github.com/darshansalian/event-management-system

A LAN-Based Event Management System built with JavaFX and MySQL. This system streamlines event planning and execution with a user-friendly interface. Features include secure user authentication, event creation, and detailed event information storage. Efficiently manage venues, locations, costs, guest lists, and food expenses through a dashboard.

javafx mysql

Last synced: 21 Jan 2025

https://github.com/jsixface/ydiff

An attempt to create a beautiful diff tool which is open-source and cross platform

diff javafx kotlin merge tornadofx

Last synced: 02 Feb 2025

https://github.com/io7m-com/miscue

UI error dialogs.

error-dialog javafx

Last synced: 21 Jan 2025

https://github.com/josemartinezrdev/proyectofinaljava

Inventory Manager for Small Electronics Business

fxml hexagonal-architecture java javafx mysql

Last synced: 21 Jan 2025

https://github.com/joshjarabek7/inventory-management

An inventory management GUI that tracks the parts and products currently in stock at a shop.

gui java javafx

Last synced: 02 Feb 2025

https://github.com/ombrelin/trieur

Little desktop organizing utility

java javafx

Last synced: 10 Oct 2024

https://github.com/surendravidiyala/java-gui-graph

java project on basic graphs

graph java javafx

Last synced: 26 Jan 2025

https://github.com/ammahmoudi/sea-battle

classic Sea battle game implemented using Java socket, Javafx, Hibernate ORM

hibernate-orm java java-game javafx sea-battle socket

Last synced: 15 Jan 2025

https://github.com/ncaq/chat.sd

チャットツール

gradle h2 java javaee javafx jpa lombok

Last synced: 18 Dec 2024

https://github.com/tikquuss/tech_auto

Application of automatic technical control of vehicles

fxml java javafx scenebuilder

Last synced: 18 Jan 2025

https://github.com/kuestenflunder/examcreator

Introducing Team Kuestenflunder's Exam Desktop app: your hub for effortless question creation & management, and automated exam assembly & evaluation. Harness the Jackson library's JSON capabilities for a seamless, modern education tool. Enhance your teaching experience with our innovative JavaFX application. Get started now!

desktop-app jackson java javafx javafx-application

Last synced: 09 Jan 2025

https://github.com/dodat-12/resident-managerment-and-fee-collection-application

Project Nhập môn Công nghệ phần mềm

application javafx payment-manager

Last synced: 13 Nov 2024

https://github.com/imax153/c195

The files for my solution to the C195 - Software II performance assessment for WGU.

appointment data-access-object database date datetime javafx lambda localization scheduling-application

Last synced: 16 Jan 2025

https://github.com/kuestenflunder/passwordgenerator-v1.0

Explore our Password Generator project: a user-friendly JavaFX tool offering robust password creation with advanced algorithms. Enhance your digital security with unique, strong passwords, effortlessly managed with clipboard functionality. A beacon of reliability and innovation in online safety.

java javafx maven

Last synced: 09 Jan 2025

https://github.com/retheviper/jlpttest

Personal project with JavaFX

gradle java javafx

Last synced: 24 Dec 2024

https://github.com/nihadguluzade/marketsystem

Market System (Alışveriş sistemi), desktop application written in Java and JavaFX.

java javafx javafx-library sql

Last synced: 21 Jan 2025

https://github.com/josmanaltamira/javafxpractixadb

Departamentos y Empleados

eclipse-ide javafx postgresql

Last synced: 25 Jan 2025

https://github.com/sspangsberg/mrs-starter

Movie Recommendation System Starter application

java javafx

Last synced: 28 Jan 2025

https://github.com/thisarakavishka/group-chat-application

Live chat application using socket programming.This programm can communicate between two or more computers

chat-application client-server java javafx lombook mysql socket-programming

Last synced: 09 Jan 2025

https://github.com/2008choco/aftershockrm

A simple yet elegant and featureful manager for Rocket League replay files

fxml java javafx manager openjfx replay replay-manager replays rocketleague

Last synced: 21 Jan 2025

https://github.com/ayu-ano/tetris_in_java

GUI friendly Game Application

java-8 javaawt javafx javaswing

Last synced: 13 Jan 2025

https://github.com/theanuragshukla/javafx-notepad

A very simple yet algorithmically smart notepad. It's a PoC for real world application of the algorithms

algorithms autocomplete java javafx notepad openjfx prefix-tree

Last synced: 21 Jan 2025

https://github.com/eugener/scala3fx-gradle

Basic Scala 3 JavaFX project using Gradle

dotty gradle javafx scala3

Last synced: 13 Jan 2025

https://github.com/eugener/twister.fx

JavaFX Application Framework for Scala

javafx scala

Last synced: 13 Jan 2025

https://github.com/devorlon/openjfx-installation-linux

How to install OpenJFX for Debian and Others

debian eclipse javafx openjfx

Last synced: 21 Jan 2025

https://github.com/suwadith/university-award-calculation-system-javafx-pp-gui

Java based University Award Calculation System. [Procedural Programming]

gui java javafx procedural-programming

Last synced: 13 Jan 2025

https://github.com/razimouad/localwallet

LocalWallet : Une application JavaFX pour la gestion sécurisée de portefeuilles Bitcoin.

bitcoin encryption java javafx transactions wallet

Last synced: 05 Jan 2025

https://github.com/camillamendess/estudosfaculdade

Exercicios e trabalhos desenvolvidos na faculdade.

cpp java javafx

Last synced: 07 Dec 2024

https://github.com/raphaelcausse/game-ecs

Project : Java : Game using JavaFX library and ECS (Entity Component System). @ CY-TECH

2d-game ecs entity-component-system game java javafx javafx-game javafx-games

Last synced: 15 Dec 2024

https://github.com/ihkcreations/randombdphonenumbers

Generate random Bangladesh phone numbers | Javafx Application

fun intellij java javafx open-source

Last synced: 22 Jan 2025

https://github.com/shashank-bansal/sudoku-solver

I have developed a desktop application using JavaFx which can be used to solve Sudoku puzzles and check their validity. It has a user-friendly interface and efficient performance. The application will help to solve sudoku easily and validate them in a efficient manner.

java javafx javafx-gui oops

Last synced: 21 Jan 2025

https://github.com/djviking/fxcontrols

JavaFX Controls

javafx

Last synced: 24 Jan 2025

https://github.com/dmeersteiner/javafx-date-time-pickers

A library for extended JavaFX date and time pickers

datepicker datetimepicker java java-library javafx javafx-library timepicker

Last synced: 21 Jan 2025

https://github.com/snowycoder/deliveru-oop

Project for the course "Programmazione a Oggetti" at UniMoRe

javafx maven openjfx unimore-informatica

Last synced: 21 Jan 2025

https://github.com/djviking/fxmovies

JavaFX Movie Library application

java javafx

Last synced: 24 Jan 2025

https://github.com/langvest/todomanagerjavafx-lab

JavaFX todo manager laboratory work.

java javafx

Last synced: 22 Jan 2025

https://github.com/krook1024-uni-archive/slider-game

🎮 A slider game as a university project.

adoptopenjdk games java javafx logic maven mvn openjfx

Last synced: 21 Jan 2025

https://github.com/atennert/kotlinfx

experimenting with using JavaFX in Kotlin

javafx kotlin testfx

Last synced: 14 Jan 2025

https://github.com/adham-elaraby/fop-2324-projekt-student

Implementation of the board game "Catan" as part of a Programming Project of the TU Darmstadt Informatik course

catan-simulations java javafx oop

Last synced: 22 Jan 2025

https://github.com/lilgallon/javafx-nero-engine

📚 An easy to use 2D game engine powered by JavaFX13

2d game-engine java13 javafx javafx13 openjfx university-of-bordeaux

Last synced: 21 Jan 2025

https://github.com/suzushin7/openclock

Simple timer application made by Kotlin and JavaFX.

javafx kotlin simple

Last synced: 28 Jan 2025

https://github.com/melissaantunes/gerenciamento-biblioteca

Desenvolvimento de um Sistema de Gerenciamento de Biblioteca utilizando Java e JavaFX, com integração ao banco de dados MySQL.

java javafx mysql

Last synced: 22 Jan 2025

https://github.com/rajatdiptabiswas/cryptochat

:speech_balloon: A chat application made with JavaFX. Messages are encrypted using end-to-end AES encryption.

aes-encryption chat-application encryption javafx

Last synced: 22 Jan 2025

https://github.com/sergemerzliakov/jfx-utils

JavaFX Utilities and common code

javafx kotlin library

Last synced: 12 Jan 2025

https://github.com/moshontong-it/upstat-javafx

UpStat Javafx is an Announcement System and Dissemination of information such as Grades, Event, Tution fee and etc. The problem is this app is not finished yet the reason is laziness

announcement desktop-app java javafx

Last synced: 16 Jan 2025

https://github.com/hackusatepvp/renengine

JavaFX engine from RenJava

engine javafx renjava

Last synced: 05 Jan 2025

https://github.com/tupiribas/javafx

Aplicando os conhecimentos de JavaFX usando a ferramenta Scene Builder

java javafx scenebuilder

Last synced: 28 Jan 2025

https://github.com/tupiribas/project_calculator

Treinando os conhecimentos de JavaFX, criando uma calculadora com botões. Foi usando o padrão MVC com a ferramenta JavaFX SceneBuilder.

javafx javafx-desktop-apps mvc scenebuilder treinando

Last synced: 28 Jan 2025

https://github.com/mhrimaz/knighttourfx

Solving Knight Tour problem using BFS, DFS, A* algorithms and a nice animated JavaFX visualization

algorithms artificial-intelligence java javafx

Last synced: 16 Jan 2025

https://github.com/ahmadmessbah/javase282638

Library App By JavaSE

desktop-app javafx javase mvc ojdbc oop

Last synced: 22 Jan 2025

https://github.com/isinhah/javafx-adm

sistema de administração de vendedores com interface gráfica em javaFX

javafx jdbc

Last synced: 22 Jan 2025

https://github.com/damianravindupeiris/chatroom

This is a simple ChatRoom built with Java Socket API.

chatroom-client java java-socket-api java-sockets javafx javafx-gui

Last synced: 21 Jan 2025

https://github.com/lzw-723/musicfx

A desktop music player developed based on Javafx

java javafx javafx-8 javafx-desktop-apps jfoenix material-design music-player

Last synced: 15 Jan 2025

https://github.com/joakimteixeira/virtual-keyboard

Virtual keyboard for typing practice

java javafx keyboard-events netbeans-ide swing

Last synced: 17 Jan 2025