https://github.com/opencollab/flexdock
FlexDock is a Java docking framework for use in cross-platform Swing applications.
https://github.com/opencollab/flexdock
Last synced: 5 months ago
JSON representation
FlexDock is a Java docking framework for use in cross-platform Swing applications.
- Host: GitHub
- URL: https://github.com/opencollab/flexdock
- Owner: opencollab
- License: other
- Created: 2016-10-24T15:43:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T23:33:41.000Z (over 7 years ago)
- Last Synced: 2026-01-26T13:28:51.197Z (5 months ago)
- Language: Java
- Size: 17.3 MB
- Stars: 43
- Watchers: 8
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
README
This is the readme for the binary distribution. If you want to use the
sources to build and run flexdock demos, then see README-BUILD.
Contents
------------
The contents of the binary distributions are:
LICENSE.txt the license statement
README this file
flexdock-.jar the flexdock framework
flexdock-demo-.jar runnable jar containing demo apps
release-notes.txt list of changes, fixes and new features
docs\* user/developer documentation
docs\apis\... javadocs
jmf\* Java Media Framework used by the demo
lib\* libraries used by this distribution
Running the Demos
---------------------
The demo jar requires both the flexdock-.jar and lib\*.jar. The
manifest for the demo expects the flexdock-.jar to be in the same
directory and all other dependencies to be located in a subdirectory lib.
If you do not move any of the jars, you can run the demo jar using:
java -jar flexdock-demo-.jar
or if your GUI shell supports running a jar file by clicking or double
clicking on it's icon, then do that.