Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bb4/bb4-ui
Common swing UI code for bb4 projects
https://github.com/bb4/bb4-ui
gradlew ui
Last synced: 2 days ago
JSON representation
Common swing UI code for bb4 projects
- Host: GitHub
- URL: https://github.com/bb4/bb4-ui
- Owner: bb4
- License: mit
- Created: 2013-07-10T13:42:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T13:08:51.000Z (over 1 year ago)
- Last Synced: 2024-04-17T21:18:24.961Z (7 months ago)
- Topics: gradlew, ui
- Language: Scala
- Homepage: http://barrybecker4.com/applet_index_en.html
- Size: 959 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bb4-ui
Common swing UI code for bb4 projects
It is a library project that produces a bb4-ui-X.x jar file.
This jar file along with the source and javadoc jars will be published to Sonatype so
other projects can easily depend on it.### How to Build
Type 'gradlew build' at the root (or ./gradlew if running in Cygwin). This will build everything, but since its a library project there won't be much to see.
If you want to open the source in Intellij, then first run 'gradle idea'.When there is a [new release](https://github.com/bb4/bb4-common/wiki/Building-bb4-Projects), versioned artifacts will be published by Barry Becker to [Sonatype](https://oss.sonatype.org).
### License
All source (unless otherwise specified in individual file) is provided under the [MIT License](http://www.opensource.org/licenses/MIT)