Showing 377 open source projects for "java library"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 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
  • 1
    AndroidMaterialValidation

    AndroidMaterialValidation

    Provides views, which can be validated according to Material Design

    "AndroidMaterialValidation" is an Android-library, which provides custom views, which allow to be validated according to Android 5.0's Material Design guidelines even on pre-Lollipop devices. Additionaly, various pre-defined validators are contained in the library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    JCLILIB

    A Java 7 library for parsing command lines.

    JCLILIB (Java Command Line Interface LIBrary) is a small Java library for parsing arguments supplied on the command line. Features include recognizing arguments either by key ("-h"), by key and value ("-f some_file" or "-f=some_file"), or by position (e.g., second argument not attached to a key). Keys may optionally be repeated with multiple arguments. Values may be specified as String, Boolean, Integer, Long or Double. Unused arguments are returned in an array of strings. A static method...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pure Java programming interface library for GNUPlot
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    JChart2D

    JChart2D

    jchart2d is a real-time charting library written in java.

    JChart2D is a easy to use component for displaying two- dimensional traces in a coordinate system written in Java. It supports real-time (animated) charting, custom trace rendering, Multithreading, viewports, automatic scaling and labels. Former UI controls (right click context menu, file menu) have been ported to the subproject jchart2d-uimenu (https://sourceforge.net/projects/jchart2d-uimenu.jchart2d.p/) for the benefit of having no dependencies to 3rd party libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    Japura is a Swing project. It is a collection of components and application framework. Contact me at cadu@japura.org for suggestions or feedbacks.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    AndroidSidebar

    AndroidSidebar

    Provides a sidebar, which can be shown in front of a main content.

    "AndroidSidebar" is an Android-library, which provides a custom view implementation, which allows to show a sidebar, which overlaps the view's main content and can be shown or hidden in an animated manner. The sidebar may be located at left or right edge of the parent view and its state can be changed by either calling an appropriate method or via dragging on the device's touch screen. Furthermore there are a lot of attributes, which allow to specify the appearance and behavior of the sidebar...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    AndroidSidebarTest

    AndroidSidebarTest

    Contains JUnit tests for the library "AndroidSidebar"

    This project contains JUnit tests for the Android library "AndroidSidebar". The project homepage of the library "AndroidSidebar" is available on Sourceforge via the URL https://sourceforge.net/projects/androidsidebar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AndroidSidebarExample

    AndroidSidebarExample

    An example app using the library "AndroidSidebar"

    This project contains an example App, which implements an use case of the Android library "AndroidSidebar". The project homepage of the library "AndroidSidebar" is available on Sourceforge via the URL https://sourceforge.net/projects/androidsidebar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Android System Bar Tint

    Android System Bar Tint

    Apply background tinting to the Android system UI

    ... device configuration can be non-trivial. This library offers a simple way to create a background "tint" for the system bars, be it a color value or Drawable. By default it will give you a semi-opaque black background that will be useful for full-bleed content screens where persistent system UI is still important - like when placed over a map or photo grid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 10

    QwicGUI

    Java GUIs made easy!

    QwicGUI, an easy-to-use open source Java class library developed by Impact Computing (http://www.impact-computing.com/), simplifies Java GUI development and offers out-of-the-box functionality not provided by the standard Java GUI classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AndroidSeekBarPreferenceExample

    AndroidSeekBarPreferenceExample

    An example app using the library "AndroidSeekBarPreference"

    This project contains an example App, which implements an use case of the Android library "AndroidSeekBarPreference". The project homepage of the library "AndroidSeekBarPreference" is available on Sourceforge via the URL https://sourceforge.net/projects/androidseekbarpreference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AndroidSeekBarPreferenceTest

    AndroidSeekBarPreferenceTest

    Contains JUnit tests for the library "AndroidSeekBarPreference"

    This project contains JUnit tests for the Android library "AndroidSeekBarPreference". The project homepage of the library "AndroidSeekBarPreference" is available on Sourceforge via the URL https://sourceforge.net/projects/androidseekbarpreference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AndroidSeekBarPreference

    AndroidSeekBarPreference

    Provides a preference, which allows to select a value from a SeekBar.

    "AndroidSeekBarPreference" is an Android-library, which provides a Preference implementation, which allows to choose a floating point value or an integer value from a continuous range via a SeekBar. When interacting with the preference the SeekBar is shown within a dialog. The chosen value will only be persisted, if confirmed by the user. An Android test project, which provides JUnit tests for this library, is available via the URL https://sourceforge.net/p/androidseekbarpreferencetest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    cmd-config

    Command Line Argument Parsing Library

    CmdConfig aims to provide lightweight command line argument parsing for Java programs, beginning with single-character option parsing and adding more advanced features in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Firmata

    generic protocol for communicating with microcontrollers

    Firmata is a generic protocol for communicating with microcontrollers from software on a host computer. It is intended to work with any host computer software package. There are implementations for multiple microcontrollers and host software packages.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 16
    JED

    JED

    Java Editor For DataTables

    JED is a server-side library of classes that support the client-side jquery DataTables interface for displaying and editing tabular data on webpages. If you want to be able to not only display tabular data, but also want full CRUD (Create,Read,Update,Delete) functionality, then you need JED on the Java Platform. Supports MySQL and Oracle RDBMS on the back end. Our website has many examples on how to setup and use JED with DataTables. Be sure to visit and learn how to apply them on your...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Form4G
    Development of applications in java Swing with the tools and methodologies of the applications web (Plugin, javascript, html, servlet and JSP). Without the necessity of carrying with an application server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    XML-based ISO standards for documents (OOXML, ODF, XHTML ...) have facilitated the task of report generation. The JAVA library XTP ( XML Template Processor ) fills report templates (created by designers) with raw data (in XML format).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Achieving dynamic application configuration without server restart is almost impossible using static property/xml files, or too complex to use JMX. DConfig makes it easy by Swing GUI, JDBC/Spring, JNLP, RDBMS; Plus examples in Struts, yui Ajax, JSF, JSP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SwingBox

    Java Swing HTML / CSS rendering component

    SwingBox is a Java Swing component that allows displaying the (X)HTML documents including the CSS support. It is designed as a JEditorPane replacement with considerably better rendering results. SwingBox is pure Java and it is using the CSSBox rendering engine for rendering the documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OpenPCL - Open Source PCL Viewer, Converter & Toolkit. It can be used as a backend component for developers/integrators or as a standalone desktop application for end users.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    Provides a rich set of libraries for Swing, XML to object mapping and IoC. Other common utilities included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Netbeans Struts2 Plug-in

    Netbeans Struts2 Plug-in

    Repack of "Struts2 Support" plug-in available for NetBeans version 6.9

    Repack of "Struts2 Support" plug-in available for NetBeans version 6.9. Updated plug-in runs on Netbeans versions 7.x. With new core Struts 2 library wrapper module of version 2.3.4. Added experimental support for XWork validation features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    JTextChooser

    a text chooser component for java.

    ---------------------- NOTE ---------------------- a better component derived from this project is at https://sourceforge.net/projects/jfontchooserx/ please use JFontChooser from now onwards as this project is shifted to JFontChooser. ------------------------------------------------------ a text chooser component for java. provide selection for: 1. font 2. text 3. text color 4. font size 5. font style. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a library of GWT components (widgets) which helps to develop a rich Web 2 UI more rapidly. The library consists of such components like editable and hierarchical grid, date picker, etc. The components were tested in browsers: IE, FireFox, Safari.
    Downloads: 2 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.