https://github.com/ajaxray/jruby-swing
A small JRuby desktop app that converts a number from decimal/hex/binary/octal to decimal/hex/binary/octal formats. It's just an example of how to make Desktop application with JRuby and Swing
https://github.com/ajaxray/jruby-swing
Last synced: about 2 months ago
JSON representation
A small JRuby desktop app that converts a number from decimal/hex/binary/octal to decimal/hex/binary/octal formats. It's just an example of how to make Desktop application with JRuby and Swing
- Host: GitHub
- URL: https://github.com/ajaxray/jruby-swing
- Owner: ajaxray
- Created: 2012-12-17T21:37:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T21:44:17.000Z (almost 12 years ago)
- Last Synced: 2025-02-10T05:42:03.913Z (3 months ago)
- Language: Ruby
- Size: 55.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jruby-swing
===========A small JRuby desktop app that converts a number from decimal/hex/binary/octal to decimal/hex/binary/octal formats.
It's just an example of how to make Desktop application with JRuby and Swing.