SCENE REFRESH PROBLEM
I hava a big proglem
I want to re-compile entire scene.
I mean I want to change text, color etc. properties just by one click. I can change them before compiling but I want to change them when my program (my scene) running
I tried many things..
canvas.repaint()
view.startView();
view.repaint();
view.startView)(;
u.notify();
scene.compile();
and their different combinations but it did not work
sometime it gave error sometime it ran but nothin changed
also I attached the canvas to a panel and tried
panel.repaint() but no work
somebody please help me....

