Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonZeppelin/bit-of-swing
Components for Java Swing framework
https://github.com/vonZeppelin/bit-of-swing
java-swing jide jni jni-java pdf-viewer swing
Last synced: 3 months ago
JSON representation
Components for Java Swing framework
- Host: GitHub
- URL: https://github.com/vonZeppelin/bit-of-swing
- Owner: vonZeppelin
- License: mit
- Archived: true
- Created: 2015-03-14T10:49:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T08:00:55.000Z (over 4 years ago)
- Last Synced: 2024-07-29T20:18:23.675Z (6 months ago)
- Topics: java-swing, jide, jni, jni-java, pdf-viewer, swing
- Language: Java
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bit-Of-Swing #
Components for Java Swing framework.
To compile and run, use [Apache Maven](http://maven.apache.org/):
1. Checkout sources;
2. Build the project using `mvn clean install` command;
3. Run the Demo application using `mvn exec:java` command.Notice that for the Demo app of pdf-component _java.library.path_ variable should contain a path to the **libPDFComponent.jnilib** file.
## Text fields ##
Skype-like text fields (button to clear field's content will appear when the field isn't empty) for Swing.Requirements: Java 1.5+
[Java Web Start demo](../../releases/download/v0.0.1/text-fields.jnlp)
## PDF component ##
Cocoa based PDF component for Swing.Requirements: **Apple Java 1.6 only**; MacOS X 10.6+, Intel arch (should work on MacOS X 10.5 too)
[Java Web Start demo](../../releases/download/v0.0.1/pdf-component.jnlp)