Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Swing

Swing is a cross-platform user-interface toolkit to build desktop applications with Java and is packaged with the Java SDK. Build a user interface with different look-and-feels for any platform including macOS, Windows, and Linux. With the efficiency of multithreading, Swing can integrate with Java backend tools to create a full-stack Java desktop application.

https://github.com/fracpete/jide-oss-patches

Patched versions of the jide-oss Swing library.

java jide lookandfeel swing

Last synced: 19 Oct 2024

https://github.com/br1ght0ne/qrwizard

Кодування/розкодування QR-кодів на мові програмування Java, Олексій Філоненко

java qrcode qrcode-generator swing

Last synced: 13 Oct 2024

https://github.com/chrisross5/tradingview-ideas

College project (Java programming S4): A Java Swing app fetching TradingView data via RSS, with a fully responsive design. Supports user & admin roles with CRUD for ideas, authors, symbols & markets.

bcrypt flatlaf java jaxb jsoup rss sql sql-server swing

Last synced: 15 Nov 2024

https://github.com/mahfuz2411/desktop_app

I want make a simple app using java swing. Working on this app.

desktop-app java swing

Last synced: 12 Oct 2024

https://github.com/vinod0505/hospitality-management-system

A Hospitality Management System streamlines hotel operations by managing rooms, guests, and reservations. This Internshala project uses a MySQL database for data storage and a Swing GUI for user interaction.

java mysql swing

Last synced: 10 Nov 2024

https://github.com/christs8920/ticketapp-java-gui

A ticket management application made using Java and Swing.

app application gui java swing swing-gui

Last synced: 11 Nov 2024

https://github.com/janix520/easypackage

java swing javafx gui package exe dmg maven

gui javafx package swing

Last synced: 09 Nov 2024

https://github.com/kerciu/weather-app-java

🌦️ A weather application in Java ☕ to learn API integration 🌐. The app retrieves current weather data and presents it to the user through an interactive graphical interface 🖥️. This project was made in order to learn API integration in Java and create both aesthetic and functional user interfaces 🌟.

api backend front-end full-stack graphical-user-interface gui java java-gui-application json json-api swing swing-gui weather-api weather-app

Last synced: 15 Nov 2024

https://github.com/adidem23/udp-video-audio_stream

This server is based UDP protocol as most of the streaming server in the world are based on. What it actually does is taking continuous screenshots of the video playing window using the Java Robot class and send it via UDP Datagram packets.

datagram java swing swing-gui udp wireshark

Last synced: 12 Nov 2024

https://github.com/iamssr02/fintek

FinTek is a Java-based application designed to help users keep track of their expenses efficiently.

java java-8 jdbc mysql mysql-database swing swing-gui

Last synced: 15 Oct 2024

https://github.com/mateusz-sliwka/drivingschooldesktopapp

Driving school management app made with Java/Swing/Hibernate&OracleDB

hibernate java oracle-database swing

Last synced: 10 Nov 2024

https://github.com/johnhany97/connect4

Connect 4 game in Java using Swing

ai connect-four java junit swing

Last synced: 14 Nov 2024

https://github.com/dzen-g-neere/8-bit-processor

8-bit Processor emulator designed and impemented using Java SE

computer-architecture java java-se oop processor-architecture ram-architecture swing

Last synced: 13 Oct 2024

https://github.com/vitor-msp/jogo-adivinhacao

Jogo para adivinhação de número aleatório gerado entre 0 e 100.

java swing

Last synced: 10 Nov 2024

https://github.com/vitor-msp/crud-java

CRUD básica desenvolvida em Java para cadastro de contatos em banco de dados MySQL.

crud java jdbc mysql sql swing

Last synced: 10 Nov 2024

https://github.com/joknaa/document_request_manager

🏛 📃 An Academic Project; made in Java with Swing GUI, and Web Page.

java mysql php swing

Last synced: 14 Nov 2024

https://github.com/joknaa/breadcost

A chatting application, that provides both Direct and Group Chat

java javasockets swing

Last synced: 14 Nov 2024

https://github.com/kishan2029/payroll_system

Desktop application developed using Swing framework and MySql database which gives all the functionalities related to payroll management e.g. add/update employee, add/update salary, generate payslip, take attendance, etc.

advanced-java mysql-database payroll-management-system swing

Last synced: 11 Nov 2024

https://github.com/amitrajitdas/library-management-system-java-mysql-swing

Library Management System using Java, Swing and MySQL

java jdbc mysql swing

Last synced: 07 Nov 2024

https://github.com/chandru-mc/chat-application-using-socket-programming

Java TCP Client-Server Chat Application A simple Java-based chat application using TCP sockets with a GUI built in Swing. It supports multiple clients, real-time messaging, and prompts users to enter their names at the start. The server manages connections and message routing between clients.

java swing tcp-socket

Last synced: 11 Nov 2024

https://github.com/hakankokcu/birdynote

BirdyNote Notepad App

java notepad swing

Last synced: 11 Nov 2024

https://github.com/miurahr/java-repro-custom-laf-menu-focus

Reproducer of a custom LaF and menu focus issue

java lookandf openjdk swing

Last synced: 29 Sep 2024

https://github.com/mehakchabra/minesweeper

Java Minesweeper: Uncover mines on a grid without explosions. Click cells for clues, deduce mine locations, mark them, and clear the grid to win. Enjoy the timeless challenge of logical reasoning in this Java implementation.

awt intellij-idea java oops recursion swing

Last synced: 13 Oct 2024

https://github.com/hex9cf/campus-navigation-system

A campus walking optimal path query system for STU East Coast Campus based on Dijkstra algorithm.

dijkstra java swing

Last synced: 11 Nov 2024

https://github.com/hex9cf/derby-electronic-dictionary

An electronic English Chinese dictionary based on the Apache Derby embedded database, with a GUI developed using the Java Swing framework.

derby java swing

Last synced: 11 Nov 2024

https://github.com/shadowxpa/ejo-tracker-uni

Track a Star Wars Jedi Knight: Jedi Academy server

java jedi-academy nextjs reactjs star-wars swing tracker

Last synced: 13 Nov 2024

https://github.com/lb1997ccb/adaptive-layout-transformer

A simple Java application that demonstrates dynamic layout management in Swing GUIs. Users can switch between single-column, two-column, and three-column layouts using radio buttons, with the interface updating in real-time.

adaptive-layouts gridlayout java java-8 jframe jpanel swing

Last synced: 12 Oct 2024

https://github.com/fabionoth/scanfaa

Dichotomy Function in Numeral Calculus and Applications

inership java math numerical-methods project swing

Last synced: 31 Oct 2024

https://github.com/wilcywilson/guessing-game

Simple number guessing game with a reset button and fixed number of tries made with Java, Swing and AWT.

awt gui-application java swing

Last synced: 11 Nov 2024

https://github.com/faizanmohd5/librasys-lite-book-record-managment-software

LibraSys Lite is a simple and user-friendly book management software developed in Java. It allows users to perform basic operations on a book inventory, including creating, viewing, updating, and deleting book records. This application is designed for single-user scenarios and does not require complex user authentication.

app-development corejava java jdbc jdbc-connector jdbc-driver mysql mysql-database swing swing-gui ui-components

Last synced: 11 Nov 2024

https://github.com/idrsdev/cms

A Java Swing Based University Management System With Mysql as a database ☆ Pull requests are welcome

cms database java mysql sql swing

Last synced: 14 Nov 2024

https://github.com/jonasaacampos/campominadojavaswing

Projeto com o objeto de apriomorar o conhecimento teórico e pratico em Java usando princípios de Orientação a Objetos, Programação Funcional e conceitos do padrão Observer.

game-development java observer-pattern oops-in-java retrogaming swing

Last synced: 11 Nov 2024

https://github.com/jonasaacampos/calculadora-java

Aplicativo de calculadora em modo gráfico com Java e Swing

java oops-in-java swing

Last synced: 11 Nov 2024

https://github.com/darkenight07/optimizacionwindowsgui

Programa de optimización para Windows usando Java

java optimization swing swing-gui windows windows10 windows11 windows7 windows8

Last synced: 12 Nov 2024

https://github.com/ekelhala/jmerge

Minimal tool for merging PDF files together, written in Java

file-management gui java maven pdf-document pdfbox swing

Last synced: 12 Nov 2024

https://github.com/danilowskic/simple-calc

A simple calculator designed for learning Swing

calculations calculator calculator-application swing swing-gui windows-calculator

Last synced: 14 Oct 2024

https://github.com/tympanix/jsnake

The popular snake game implemented in java for 02121 Introduction to Software Technology

java snake-game swing

Last synced: 15 Oct 2024

https://github.com/chenanton/virtual-ball-pit

A simple two-dimensional physics engine simulating inelastic collisions between balls and their surroundings.

balls cpsc210 java junit physics simulation swing ubc

Last synced: 14 Oct 2024

https://github.com/java-repositories/goldman

Игра "Золотоискатель".

sqlite swing

Last synced: 01 Nov 2024

https://github.com/hexcube/meor

Easy to use Media Organizer

app awt java java-se sqlite swing

Last synced: 13 Oct 2024

https://github.com/lross2k/resortes-swing-gui

Pequeña interfaz creada para graficar el comportamiento transitorio de unos resortes

java jfreechart maven plot swing

Last synced: 24 Oct 2024

https://github.com/mitchellaw/minesweeper

Minesweeper game with various difficulties built using Swing for Java.

difficulty game java minesweeper swing

Last synced: 15 Oct 2024

https://github.com/yiyun-liang/aircraftgame

:airplane: A game based on aircraft war written in Java.

game java swing

Last synced: 14 Oct 2024

https://github.com/thanoshanmv/tims

Java application which maintains three-wheeler information.

java java-8 mysql swing tims

Last synced: 12 Oct 2024

https://github.com/mingun/kaitai_struct_model

Swing tree model for exploring https://kaitai.io generated structs

kaitai-struct swing visualizer

Last synced: 15 Oct 2024

https://github.com/shambac/cu-msc-ooad-sem1

Assignments for OOPS in sem 1 of MSC in CU

calcutta-university java swing

Last synced: 13 Nov 2024

https://github.com/mathiasuy/misfinanzas

Proyectito para control de gastos (octubre 2016) Java SE, JDBC, MySQL, Proyecto Netbeans

controller dao desktop-app dto interface java java-se jdbc mysql netbeans singleton swing

Last synced: 13 Oct 2024

https://github.com/woofers/chess

👑 Lightweight Chess game implemented using Java Swing UI

chess java strategy swing

Last synced: 25 Oct 2024

https://github.com/jardelgcunha/mini-programs-java-swing

42 Java programs with Swing interface and terminal

java javafx jframe jpanel netbeans swing swing-gui

Last synced: 14 Nov 2024

https://github.com/ergoold/ktguishortcuts

A Swing-based DSL for GUI development in kotlin.

dsl gui kotlin swing

Last synced: 27 Oct 2024

https://github.com/fracpete/jrsync

Frontend for rsync4j, modelled after Grsync.

backup frontend java rsync swing

Last synced: 19 Oct 2024

https://github.com/math-ferreira/java-swing-rango-rapido

Project developed with Java Swing, reffering to a platfom for customer orders to restaurants

java swing swing-gui

Last synced: 13 Nov 2024

https://github.com/math-ferreira/java-swing-trello-ufabc

Projeto desenvolvido com Swing Java, referente a uma plataforma de gerenciamento de projetos similar ao Trello, para consolidar assuntos relacionados a POO (orientação a objetos)

java swing swing-gui

Last synced: 13 Nov 2024

https://github.com/thefox6/keytest

A java swing implementation of streams writing to and reading from a TextArea

java jtextarea keyevent printstream swing ui

Last synced: 27 Oct 2024

https://github.com/ravi-aratchige/multithreadfileprocessor

Multi-thread text file processor implemented in Java

java jdk swing swing-gui text-files threads

Last synced: 13 Oct 2024

https://github.com/ammahmoudi/arkanoid

classic arkanoid game using java and swing

arkanoid java swing

Last synced: 15 Nov 2024

https://github.com/sukso96100/jewelry_hunter

주어진 시간 안에 몬스터를 피하여 장애물을 파괴하고 최대한 많은 보석을 얻는 게임

game java swing

Last synced: 15 Oct 2024

https://github.com/bacali95/emailextractor

Email addresses extractor.

java ooxml swing

Last synced: 25 Oct 2024

https://github.com/robson-teixeira/java-jdbc-loja-virtual-view

Repositório do curso Jornada do Conhecimento de Back-End Java (Nível Intermediário) - Java e JDBC: trabalhando com um banco de dados da plataforma Alura.

alura connectionfactory connector driver java8 jdbc jdk jframe jre mvc mysql swing

Last synced: 13 Oct 2024

https://github.com/infott2t/autocheckcode3

Hello~. Remake, AutoCheckCode3. Thank you.

automation coding convinience java programming-tools swing

Last synced: 11 Nov 2024

https://github.com/saravana1606/inventory-management-system

This system as the name implies manages an inventory. The system allows the user to add new products and delete them, update stocks, sell products and other necessary functionalities. The system also manages the customer details, dues and also prints receipt for orders. User authentication is implemented.

gui java-8 mysql-database netbeans sql swing

Last synced: 21 Oct 2024

https://github.com/ipolynkina/graphsforsaphr

Генератор графиков рабочего времени для Sap HR

apache-poi java-se junit maven sap-hr spring swing

Last synced: 21 Oct 2024

https://github.com/infott2t/autocodecheck

Make, like method, ... code. Programming check, make function throught Swing Java. This program. Thank you.

automation coding convinience java programming-tools swing

Last synced: 11 Nov 2024

https://github.com/aburraq/lamesnake

I have created a snake game by watching Bro Code. Then I wanted to add something from myself. So I added some images, prevent apple to appear on snake, restart game option and a few more touch. Go check it out now. Also credential link to Bro Code: https://www.youtube.com/watch?v=bI6e6qjJ8JQ

gamedevelopment graphicsprogramming imageio java jframe jpanel keylistener snake-game swing

Last synced: 11 Nov 2024

https://github.com/celalaygar/erc_swing_example

This project is about simple patient automation and used Java8, Oracle, Jdbc, Swing

dbeaver java9 ojdbc7 oracle oracle-database swing swing-gui

Last synced: 10 Nov 2024

https://github.com/absphreak/feedback-evaluator

📝 Enhancing Academic Experience!

evaluator graphs gui java swing

Last synced: 14 Nov 2024

https://github.com/stableahmad/java-a-star-pathfinding-visualizer

Visualization of A* pathfinding algorithm made with java swing

astar-algorithm graph-algorithms java pathfinding swing

Last synced: 14 Nov 2024

https://github.com/cyberkeeper/mqttagent

Demo Java Swing project using MQTT

educational-project intellij java mqtt swing

Last synced: 10 Oct 2024

https://github.com/kinfe123/tesatefxlab

Yet another platform for collaboration

java swing

Last synced: 03 Nov 2024

https://github.com/jijaloqie/helpometria

A board with a set of functions that allows you quickly solve various geometric problems.

geometry java swing

Last synced: 15 Oct 2024

https://github.com/motapinto/agent-based-simulation-conquest

Agent-based simulation modelation of the conquest Battlefield gamemode

agent-based-simulation data-analysis jade java sajas swing

Last synced: 06 Nov 2024

https://github.com/lcaohoanq/copy-move-file-app

Java app use to copy and move file

helper java maven swing swing-gui utilities

Last synced: 28 Oct 2024

https://github.com/maifeeulasad/plain-editor

Plain Editor is a text editor and IDE for Java . It is made with Java - Swing as a part of CSE-312(OOP-Lab). Course Teacher - Md. Mahbubul Islam . Coordinator – Arif Reza . Team Members - Maifee Ul Asad , Monjurul Hasan Sakeer , Md Rizuan , Sajib Kumar Das , Md. Rashedul Alam Anik . Department of Computer Science and Engineering , University of Chittagong ,Bangladesh .

bangladesh documantation graph ide java oop-lab swing wpm

Last synced: 03 Nov 2024

https://github.com/bionade24/jungle_jump

2D jump'n run game for my seminar paper at school

awt game java swing

Last synced: 03 Nov 2024

https://github.com/lcaohoanq/java-snake-game

Snake Game built with Java Swing

app desktop-app game java swing swing-gui

Last synced: 06 Nov 2024

https://github.com/fraigo/java-ui

Java UI composer using JSON structure

java json swing

Last synced: 09 Nov 2024

https://github.com/beardedfish/java-animation

An animation done using Java swing.

animation circle java rectangle swing

Last synced: 06 Nov 2024

https://github.com/giosil/swingup

A simple framework to build swing based application.

java java-ui swing swing-gui

Last synced: 07 Nov 2024

Swing Awesome Lists
Swing Categories