Пример #1
0
        public Boolean turnRight(String r, String theta)
        {
            JSInterface jobj = new JSInterface();
            //jobj = jobj.getObj(r, theta);

            return sendToServer(jobj.getObj(r, theta));
        }