java-awt
There are 138 repositories under java-awt topic.
barismeral/Java-JDK-1.0-src
java 1.0 version created Sun MicroSystems 98/07/01
TanveerNS/Neo-Adventure-Game
neo adventure game
nguyenannie/Role_Playing_Game
A simple game with hero walks around to fight against monsters that moving randomly in a maze.
sagargoswami2001/Java-Lab-File-Programs
These Java Codes Are My BCA 5th Semester Lab File Programs
abhisheksarkar30/clipboard-app
A swing applet based tool to perform numerous operation using the OS clipboard as detailed in the READ-ME
Mahathirrr/CafeManagement_Kelompok6
A Java-based GUI application for managing a coffee shop
muradmy00/UMS
A Desktop Based Application Name University Management System using Java Swing Awt
azzibom/swing-ext
libs for extend Java Swing/AWT.
dev-aniketj/Java-Brick-Breaker-Game
I develop brick breaker game which is purely developed by using JAVA Language.
jaydattpatel/Java-Programs
Java Programs
chhaviGupta986/Centre-Allocation-System-in-Java
Developed a portal to optimize the allocation of exam centers based on candidates' top 3 preferences, venue availability, and a first-come-first-serve basis
chia030/Roskilde-Daycare-Manager
Daycare Management System built with Java, Java Swing, Java AWT and MySQL.
OZimbres/S2-POO-SA3
Java Graphical Application with 3 Calculators
rishabh-sachdeva/HaarCascadesBasedDynamicTrafficSchedulingSystem
System detects vehicle density at traffic junctions and allots the required time to traffic lights for vehicle passage dynamically. Classifier is trained using positive and negative images. Further, Adaptive Boosting is used to combine a number of weak classifiers into a strong one. The outcome of AdaBoost is Trained Cascade, which is finally used to detect vehicles in the images clicked.The system uses webcam to detect vehicles, count them and allow traffic passage according to traffic density of each lanes.
sakshampuri/ShooterGame
Java based 2-D game involving a player to shoot enemies going through multiple rounds and increasing difficulty. Powerups and levels are present.
ericstaryou/Veterinary-Clinic-and-Boarding-System
A veterinary clinic and boarding management system using hand-coded Java GUI.
GarrettHaines/Santas-Overnight-Delivery
Santa's Overnight Delivery is a 2D game that I created with Austin Elliott at Eastern Michigan University in 2019. The objective of the game is to stop at as many houses as possible without running into obstacles. The game records player scores locally on the player's machine to record high scores.
GiridharanS1729/Exam_Seating_Arrangement_AWT
Exam Seating Arrangement System AWT
IamRishavDas/Bablu-Bhai-The-Warrior
A simple 2D Game using java
kayleyseow/Picture-Lab
In this lab you will be writing methods that modify digital pictures. In writing these methods you will learn how to traverse a two-dimensional array of integers or objects. You will also be introduced to nested loops, binary numbers, interfaces, and inheritance.
LanIkari/Programacion_Orientada_a_Objetos
Programas desarrollados como parte de la materia de Programación Orientada a Objetos en la Facultad de estudios Superiores Arago
mbdevpl/tic-tac-toe
small project for Programming in Java course from my Bachelor studies
ShubhanshuJha/Digital-Clock-in-Java
This is a Java GUI program for a Digital Clock. This Digital Clock shows Time, Date, and TimeZone. This works by implementing several Java Packages like Java.AWT and Javax.Swing packages.
sumitne/tic-tac-toe
tic tac toe game through java awt
ANAS727189/EduSchedulerX
EduScheduler is a Java-based solution for automating and managing academic timetables. It is designed for educational institutions, enabling the easy creation, viewing, and management of class schedules across multiple sections with intelligent time-slot allocation and lunch break considerations.
BALA1403/BANKING_SYSTEM
The Banking System is an ATM Simulator developed using Java and SQL, designed to replicate essential banking functionalities in a user-friendly interface. It allows users to open accounts, deposit and withdraw funds, view mini statements, and change their PINs. Utilizing Java for backend logic and SQL for secure data management, this project offers
kunaladarsh/Message-Encryption-and-Decryption-Application
Message encryption and decryption application is to protect the privacy and security of text messages by transforming them into unreadable and readable forms, respectively. it can encrypt and decrypt text messages using different methods or algorithms
lxmn-22/Password-Generator
A Java-based password generator app built with AWT & Swing, allowing users to generate secure, random passwords. The app features customizable options for password length & character types, ensuring strong and unique passwords everytime. 🔐
MatheusGHenriques/JavaChess
Simple Chess implemented in Java, with a GUI made with Swing and AWT.
Mehedi752/Real-Time-Chat-App
This is a a real-time chat application built using Java OOP, Java Swing, AWT, and WebSockets. It features a server-client architecture that enables instant messaging between users. The application includes message timestamps, online status indicators, and a responsive GUI using Java Swing. WebSockets ensure efficient bidirectional communication.
muradmy00/Hotel-Management-System
A Desktop Based Application Name Hotel Management System using Java Swing Awt
rajdeep-codes/Electricity-Bill-Management-System-Project
The Java project on Electricity Bill Management System using Java Swing concepts creates a desktop application to manage electricity billing. It features a user-friendly interface for inputting customer details, recording meter readings, calculating bills, and generating printable statements.
Stephen5421/Currency_Conversion_GUI
The code is a Java program implementing a currency converter with a GUI. It allows users to convert between USD, EUR, GBP, INR, KWD, JPY, CNY, and KRW. Swing and AWT libraries are used for GUI components and event handling. Users input the amount and select source/target currencies, then click "Convert" to see the result.