ajui

Accessible Java GUI

License

License

GroupId

GroupId

com.googlecode.ajui
ArtifactId

ArtifactId

ajui
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ajui
Accessible Java GUI
Project URL

Project URL

https://github.com/joeha480/ajui/
Source Code Management

Source Code Management

https://github.com/joeha480/ajui

Download ajui

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.ajui/ajui/ -->
<dependency>
    <groupId>com.googlecode.ajui</groupId>
    <artifactId>ajui</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ajui/ajui/
implementation 'com.googlecode.ajui:ajui:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.ajui/ajui/
implementation ("com.googlecode.ajui:ajui:1.0.0")
'com.googlecode.ajui:ajui:jar:1.0.0'
<dependency org="com.googlecode.ajui" name="ajui" rev="1.0.0">
  <artifact name="ajui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ajui', module='ajui', version='1.0.0')
)
libraryDependencies += "com.googlecode.ajui" % "ajui" % "1.0.0"
[com.googlecode.ajui/ajui "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Build Status License: LGPL v2.1

Accessible Java User Interface

Provides a small GUI platform accessible using screen readers and braille displays for software written in Java.

Project goals

  • Accessible using legacy screen readers and braille displays
  • Small distribution size
  • Self contained (no java library dependencies)
  • No native library/platform dependencies

System requirements

Java 8 or later.

Versions

Version
1.0.0