Color in Java Scripts
Return to the EJS Modeling forum
Login to post to this thread
Java versus Java Script
|
Fernando Silva Fernandes
10 Posts
|
In Java, declaring a variable (x) as an object:
x = Color.RED;
it's OK.
The same thing in Java Script gives the error :"Color is not defined".
How to do it in EJsS?
|
|