NashornFX framework
rajmahendra at gmail.com
rajmahendra at gmail.com
Fri Jul 4 16:28:42 UTC 2014
Hi
i and some of my friends from JUG Chennai/Hyderabad India plan to start a
project codename Gainda (Hindi name for Rhino)
https://github.com/rajmahendra/gainda
the prototype look like this
load('./dist/gainda.js');
Gainda.run([ 'base', 'graphics', 'controls' ], function (stage) {
var button = new Button();
var root = new StackPane();
stage.title = "Hello World!";
button.text = "Say 'Hello World'";
button.onAction = function() print("Hello World!");
root.children.add(button);
stage.scene = new Scene(root, 300, 250);
stage.show();
});
Still miles to go....
--
Thank you and regards,
Rajmahendra (*Raj*)
JUG Chennai Founder
JUG Hyderabad Lead
http://about.me/rajonjava/
http://www.twitter.com/rajonjava
----------------------------------------------------------------------------------------------
"DREAM is not what you see in sleep;
is the thing which does not let you sleep" - APJ Abdul Kalam
Do the difficult things while they are easy and do the great things while
they are small.
A journey of a thousand miles must begin with a single step. - Lao Tzu
More information about the nashorn-dev
mailing list