https://github.com/byteit101/jrubyfx-dialogs
Small dialog library for ruby in JavaFX via JRubyFXML
https://github.com/byteit101/jrubyfx-dialogs
Last synced: about 1 month ago
JSON representation
Small dialog library for ruby in JavaFX via JRubyFXML
- Host: GitHub
- URL: https://github.com/byteit101/jrubyfx-dialogs
- Owner: byteit101
- License: lgpl-3.0
- Created: 2012-12-18T23:40:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-04T19:36:42.000Z (over 13 years ago)
- Last Synced: 2025-03-20T17:37:08.680Z (over 1 year ago)
- Language: Ruby
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RubyFX Dialogs
Small gem to create standard dialogs in JavaFX from Ruby
## Installation
Please install JRubyFX first, as this depends on it. Then run:
$ rake install
## Usage
Look in samples/Demo.rb for usage.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request