6480 projects for "swing java" with 1 filter applied:

  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1

    Paddle Storm

    A ball-and-paddle style game

    A new ball-and-paddle style game, with a spellcasting system, arbitrary angles, and achievements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Flash Test

    Flash Test

    A fun reflex game for the PC written in Java

    Each player has a designated button which he will press under certain circumstances. Depending on the minigame, the rules will differ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The idea behind this project is to design a website database structure, language-independent and build & link the CRUD pages needed to manipulate this data consistently in a specific language (jsp, php, or another), the same applies for the DB manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ChessBoardForPC

    Just aims to be a chess board (free to make your moves).

    This project just aims to be a simple chess board. You can do whatever you want with pieces (even make a piece eat a king if you want !!!) : the purpose is just to provide a "magnetic" chess board on computer. But all moves are verified. Also with some facilities : history manager, so that you can go back and rewrite the game history !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5

    FileCat

    concat your files into one

    FileCat verbindet die Dateien eines Ordners zu einer einzigen Datei. Mit dieser kannst du ganz einfach deine gesamten Source-Code-Dateien ausdrucken.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    RDOTE
    R. is a GNU/GPL licensed framework for transporting data residing in RDB into the Semantic Web, which provides a friendly GUI, as well as enough expressivity for creating RDF dumps of RBD data. Video: http://www.youtube.com/watch?v=pk7izhFeuf0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Cubist

    Cubist

    an implementation of the classic 3x3x3 cube

    Cubist lets you intuitive take control over the classic 3x3x3 cube, via mouse or keyboard. Several moves to solve the cube are included, as well as some nice patterns, a shuffle function and a (straightforward) complete solution. The graphics are simple but nice and self explaining. The default keys are customisable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    persian-calendar

    Java Persian Calendar library

    NOTICE: for the time bieng we are at http://code.google.com/p/persian-calendar/ a light-weight and easy to use Persian Calendar system (known as jalali or shamsi) for JDK. algorithms for converting Julian days to the Persian calendar, and vice versa are adopted from "casema.nl/couprie/calmath/persian/index.html" written entirely in VB. The algorithms is not exactly the same as the original. I've done some minor changes in the sake of performances and corrected some bugs. By...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DBEdit 2
    A database editor, suitable as front-end for all your relational databases. Connects to Oracle, DB2, MySQL and many other databases. Used to easily query, update and administer your database, create reports and synchronize data.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10

    XLSQLATOR

    A tool to convert Excel sheets into SQL code

    Build a tool with nice GUI as well as powerful options to automate building SQL DDL and import statements from an Excel Sheet / Workbook.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    LangTrainer

    A simple program to learn foreign words

    Программа для заучивания английских (хотя по большому счету ей без разницы) слов. Постоянно показывает на экране английское слово и его перевод, при показе слова может воспроизвести его произношение при наличии аудиофайла. Транскрипцию слова и аудиофайл берет из словаря в dsl формате (протестировано с Longman Pronunciation Dictionary). Написана на Java, платформа безразлична. Поэтому и писалась, т.к. для UNIX like систем такой программы мною было не найдено.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Galois sub-hierarchy builder

    Visualize Galois sub-hierarchy of 2d matrix

    GSH builder is a free Galois Sub-Hierarchy visualization tool. The algorithm for calculating GSH is called Pluton and the present Java realization is based on two articles. "Efficiently computing a linear extension of the sub-hierarchy of a Concept Lattice" by Anne Berry, Marianne Huchard, Ross M. McConnell, Alain Sigayret and Jeremy P. Spinrad. "Performances of Galois Sub-hierarchy-building algorithms" by Gabriela Arevalo, Anne Berry, Marianne Huchard, Guillaume Perrot and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Die Eroberung

    Eine rundenbasiertes Strategiespiel.

    Jeder Spieler startet an einer Ecke der Karte und kann dann nach der Reihe Einheiten kaufen, ein Gebäude bauen, kämpfen oder Einheiten aus einem eigenem Feld in ein benachbartes eigenes Feld ziehen. Gewonnen hat der Spieler, der zuerst alle anderen vollkommen vernichtet hat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Sorting Algorithms

    An educational demo of how sorting algorithms work.

    This is a small Java swing application that shows different sorting algorithms working on the same set of data. The user can modify the speed of execution and the type of data to sort and execute it step by step. The tooltip of each algorithm's box shows the source code that is executed and a little explanation got from wikipedia. This application is aided to computer science students who want to better understand how the algorithms work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    CTI Tools box

    Custom Tease Instructor Tools Box

    The CTI community needs a real cross plateform software in order to stop searching everywhere how to create cards or play a tease. An application which offers tools to create decks, cards and much more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    SwingOSC is an OpenSoundControl (OSC) server intended for scripting Java(tm), such as to create graphical user interfaces with AWT/Swing classes. It uses the reflection and beans mechanism to dynamically create instances of java classes and control t
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JMednafen
    This program is a Java interface for Mednafen, a good emulator for GNU/LInux, like NES, GBA,GB,GBC, Lynx, etc. Since it is coded in Java, the program works under GNU/Linux, Mac OS X and Microsoft Windows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Oranje TV

    Oranje TV

    Logiciel pour regarder la télévision avec Orange

    Ce logiciel multi-plateforme permet de regarder la télévision avec un abonnement Orange. Il a seulement été testé sous Windows et Debian avec le lecteur VLC mais d'autres lecteurs pouvant lire les flux mmsh doivent pouvoir fonctionner. Lors du premier lancement, la liste des chaînes mettra un peu du temps à s'afficher car les logos des chaînes doivent être téléchargés. Pour regarder une chaîne, double-cliquez sur la ligne qui lui correspond ou sélectionnez cette dernière et cliquez...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Chi-Square & LSB Enhancement attack

    Chi-Square & LSB Enhancement attack

    Java implementation of Chi-Square Attack and LSB Enhancement Attack

    Chi-square attack is the most commonly known and used statistical attack in steganalysis. LSB enhancement attack is also the most widely known visual attack in this area. This project includes implementation of these two methods in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Aqui está a nova suíte de desenvolvimento gráfico totalmente gratuita(para fins não-comerciais). Feito em Java, esse programa roda em qualquer lugar e trabalha com vários formatos. Trazemos uma nova forma de trabalhar, voltado para iniciantes , produzindo grandes resultados. Aproveite!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    JFSplit - File Splitter and Joiner

    A free file splitter and joiner

    A free file splitter and joiner with a number options to split and join your files efficiently. Cross-platform tool programmed in JAVA and requires Java Runtime Environment to use this tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Pontos

    Pontos

    Pontos calculates distance matrices from DNA sequence alignments.

    Pontos is an easy-to-use, graphical Java program for the calculation of uncorrected distance (or similarity) matrices from DNA sequence alignments in PHYLIP format. It also creates "difference" alignments from regular ones (and vice-versa). It can handle gaps and ambiguities in different ways. Gaps can be: - all used; - all ignored; - ignored only at the ends of the sequences, in a pairwise manner; - ignored only at the ends, but now globally (in effect trimming the whole alignment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OpenInfo3W ERP CRM GPAO PGI
    OpenInfo3W ERP GPAO CRM PGI : http://www.openinfo3w.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Gamer Football Statistics
    A Java program for tracking your results in football games like PES12 or FIFA12 against other gamers/computer. Track tournaments organized by group stage and knock out phase or championships organized by seasons, matchdays and matches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    BatchPD

    BatchPD: Batch automation of a primer design pipeline for human genes

    BatchPD is a primer design program developed to address the needs of clinical diagnostics laboratories to design primer oligos for PCR amplification against human gene exons, taking into account of SNPs where possible. Research paper publication: http://www.bioinformation.net/008/97320630008365.htm BatchPD checks specificity via in-silico PCR, provide gene/exon specific relevant information summarised in an end spread-sheet; Primer design, PCR checks and other relevant information are...
    Downloads: 0 This Week
    Last Update:
    See Project