Showing 144 open source projects for "swing java"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    CrypPic
    CrypPic is a free software application based on Java 8 which can be used to encrypt and manipulate the image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AlDraw
    AlDraw is a program for creating geometrical constructions. Examples of pictures made with it are at https://picasaweb.google.com/apstrinka/Constructions?authuser=0&feat=directlink
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Stereo Dandifier

    Stereo Dandifier

    Presenting a tool to create printable cards for stereoscopic viewing.

    With the advent of modern 3D capable cameras and the resurgence of interest in all things stereo, this tool is intended to bridge the old and the new by enabling the printing of antique style stereo cards from modern, digital images for stereoscopic viewing. So we can all party like it's 1899!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JACo Watermark

    JACo Watermark

    Add watermark to any image or photo (batch processing available).

    A free open source Java application created to help you apply watermarks to your pictures in order to protect them from unauthorized distribution. Different font, color, size and transparency texts or images can be added as a watermark. Batch processing is also provided.
    Leader badge
    Downloads: 17 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
    This project is now hosted at https://github.com/yomboprime/colorator Colorator is a Java image editor for PC, to make images in hi resolution color for the original Sinclair ZX Spectrum 8-bit computers. Colorator can also edit normal SCR Spectrum images. It can export to TAP to view in your real ZX Spectrum or emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JaToo Imager

    JaToo Imager

    View and alter images (batch processing available).

    JaToo Imager is a Java Open Source application created to view and alter images. Batch processing is also provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MassGeotagger

    MassGeotagger

    MassGeotagger lets you to geotag sets of JPG Photos with GPX logs

    MassGeotagger lets you select a photo, a photo folder or a folder tree and update the latitude and longitude coordinates in the EXIF data of the selected photos. To get the GPS coordinates, the method of choice is to select one or several GPX files and set the difference of time between APN time saved in EXIF data and GPS time. However other strategies to match JPG and GPS coordinates are available : by selecting one of the GPX waypoint, by selecting a point on the map or by user...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    Euclide
    Euclide is a dynamic geometry application written in Java. It allows creation of geometric shapes (lines, points, circles, conics...) and transforms (rotation, symmetry...), which depend each other. Moving a shape will also move shapes dependent on it.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    pano3

    pano3

    A panographic toolkit compliant with open source standards

    pano3 (or "pano cube") is an experimental, cross-platform, open source toolkit designed to agree with modern web standards such as HTML5, CSS3 and CSS3D. The pano3 viewer is now released as a jQuery plug-in based on 3d transformations supported by CSS3D. The desktop utilities are written in Java 1.7.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10

    DJVUMan

    GUI for manipulating djvu files

    GUI for manipulating djvu files. Can combine some files, insert some files into existing djvu file, delete pages from djvu file. Has preview window. Based on utility djvm.exe from DjVuLibre package.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11

    DJVUEd

    GUI for editing djvu files metadata

    GUI for editing djvu files metadata. Can help avoid some mistakes during editing annotations, oulines, hidden text and naming pages. Based on djvused program from DjVuLibre package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SpiroJ
    SpiroJ is a simple generator of hypotrochoids and similar roulettes. The basic principle is rolling one circle on another circle - similar to the classic Spirograph toy, but more flexible. It can export drawing to SVG, EPS and AI formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Image Processing Framework

    An Image Processing Framework

    An implementation of different image manipulation and processing algorithms in JAVA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Jagent
    Jagent is a suite for manipulating Creatures 3 and Docking Station agents. It consists of a sprite tool (Edos) and a PRAY tool (Monk). It requires Java (http://java.com/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ORIPA S

    A drawer for origami crease pattern

    ORIPA S is a drawing tool specifically designed for a origami crease pattern. It is derived from ORIPA which is developed by MITANI Jun. New features by ORIPA S are: - save current crease pattern as a image file (jpeg, png) not only original project file. - while pasting, select a point on pattern to be matched against destination point. - Some considerable bugs are fixed (i.e., wrong undo behavior on ORIPA v0.35). This program is free software: you can redistribute it and/or...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tilemaster - Paint and manage tile sets
    Tilemaster is a tool to create, edit and manage tilesets for (C)RPGs and other types of computer games. Tilemaster supports tile metadata and includes a simple tile/sprite editor as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Egle - Enigma Game Level Editor

    Egle - Enigma Game Level Editor

    A GUI Level Editor for the Enigma Game

    Make sure to visit the Home Page: (http://enigmaeditor.sourceforge.net/) Enigma Game Level Editor (Egle) is a project to create a level editor for the Enigma game (http://www.nongnu.org/enigma/about.html). Enigma Game Level Editor is made in the Java programming language using the NetBeans IDE.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    filtered

    filtered

    Filtered is a tool for editing SVG filters

    Filtered is a cross-platform tool for editing SVG filters. Filtered is written in Java and released under BSD license. It uses Apache Batik for SVG rendering. There are installers for windows and Mac OSX, and a Java JAR package for other platforms. Filtered is targeted for visual editing of SVG filters, and doesn't provide general vector drawing capabilities. It is meant to be used as a companion for a vector editing package, to allow better control over SVG filter creation and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Gridderface

    Keyboard-heavy inferface for marking grid-based puzzles in Java.

    A Java graphical interface for simply notating, marking, solving grid-based puzzles (Nikoli-style, or crossword-like puzzles) neatly on the computer. Intended for heavy keyboard users as for vi, but some mouse control works too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JGraphite
    JGraphite is a simple and easy to use application that converts photos into black & white images with just a few clicks. Brightness, vignetting and tone curve can be easily adjusted for best results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Java applications for managing maps for roleplaying games. As well as the original application for managing fantasy maps, there is a web application for Traveller style star maps which includes world generation routines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Steve's Mediocre Paint

    A simple paint application written in Java.

    http://www.youtube.com/watch?v=YcMOScY7wHQ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB