An open API service indexing awesome lists of open source software.

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

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.