jar-files
There are 28 repositories under jar-files topic.
dante-biase/jar2app
jar2app is an extremely simple, python based, command line tool to package JAR files into Mac OS applications, based off a tutorial created by Slavko Žitnik.
Agzam4/Dark-Cave-Game-
Dark cave is a game where you have to explore caves in search of treasure
sbabcoc/Java-Utils
Nordstrom Java Utils is a small collection of general-purpose utility classes with wide applicability.
SynArchive/OptiFine-Archive
A collection of new and historical installation JARs before they're all deleted
seanjohn85/Java-Stock-Management-DB-app
This app was created in netbeans IDE and is a fully functioning end to end stock management system. This system connects to a mySQl db so a program like Xamp is needed to run the application. This is app also handles multiple different file io read and write types for reporting. This is text based only and contains no UI at present. It is a Java version of the Asset Management website also on my profile. https://github.com/seanjohn85/Asset-Management-WebSite
arnabm14/Automatic_Time_Scheduler
This was my 3rd Year group project in Java to develop a Time Table scheduler in Java using the heuristic approach.
essentialkaos/go-jar
Very simple Go package for reading manifest data from JAR files
Madhur-Jatiya/Library-Management-System-Swing
This desktop application is very useful for a librarian. Admin can access to add a librarian, update a librarian, delete a librarian, etc If you logged in as a librarian then you can add a new book, view all books, issue books, view all issued books, and return books.
rozek1997/jar-editor
Application allowing make changes in .jar files: adding/deleting methods/classes/constructors/fields, overriding constructors/methods, extending .class file with new interface or class
CrystalNet-Tech2/dotNet4Java_Tutorials
A collection of dotNet4Java tutorial projects.
jaffarabbas/JAVA-FX-JAR
All jar's for javafx application
liyabonasaki/Hospital-Management-System
this is a CRUD (Create Read Update Delete) hospital management system fully featured
Nafisa1117/vengeful-reading-4866
JAVA Mini Project
PetrM97/totp
Java TOTP
ShanjidaHossain/Connect4
Connect Four is a two-player game with "perfect information". This term describes games where one player at a time plays, players have all the information about moves that have taken place and all moves that can take place, for a given game state. I have implement this game using Scene Builder, which is a design tool that enables you to create a graphical user interface (GUI) by dragging and dropping components right onto the content panel. While you design the view with Scene Builder it generates a file with the name extension .fxml, which contains XML-like tags with attributes that reflect your design. I have also used cascading style sheets (CSS). The file with .fxml extension contains the GUI represented by XML-like tags. Each JavaFX event is inherited from javafx.event.Event, which has such fields as source and target.
ShanjidaHossain/PayCheck
Generating Paycheck Using Java and Scene Builder
ShanjidaHossain/TikTacToe
This is a game call Tic-Tac-Toe using Scene Builder, which is a design tool that enables you to create a graphical user interface (GUI) by dragging and dropping components right onto the content panel. While you design the view with Scene Builder it generates a file with the name extension .fxml, which contains XML-like tags with attributes that reflect your design. I have also used cascading style sheets (CSS). The file with .fxml extension contains the GUI represented by XML-like tags. Each JavaFX event is inherited from javafx.event.Event, which has such fields as source and target.
ahmedaabuwarda/Discrete_Mathematics_Lab
All Discrete Mathematics Lab Files
IntelMaxC/jfind
a lightweight command line tool to search files and class inside java archives
JuleeyG/asteroids-game
Small game that uses event handling to avoid multiple obstacles, requires Java`s Abstract Window Toolkit and JavaFX GUI libraries to complete.
loveniit01/DockerExcercise1
build java maven code and run on docker container
SneakyShrike/password-character-indexer
Command line program for indexing a character from a password
apokochito/javaBasics
Java Basics Topics
DereC4/testjar
Test of jar
GrzegorzOkon/VisualScripts
Program okienkowy umożliwiający scentralizowane uruchamianie skryptów w dowolnych językach
Ohtar10/mjd
Maven Jar Deployer (mjd) is a command line tool to deploy orphan jar files to a maven repository, orphan meaning jars that are not present on any public maven repository but in har drive and need to be exposed in a maven repository in order to this dependencies to be used in a maven way.
weronika-stepien/JAVA
DevOps-oriented Java projects to highlight application lifecycle management, deployments and containerization. Applications demonstrate object-oriented programming, graphical interfaces, game development with JavaFX.