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....

[651 byte] By [rasim2a] at [2007-11-26 18:20:58]
# 1
Is it repainting the exact same thing?
CaptainMorgan08a at 2007-7-9 5:54:48 > top of Java-index,Security,Cryptography...
# 2
I am not sure is its redraw the scene but nothing changes. I just want to control my scene
rasim2a at 2007-7-9 5:54:48 > top of Java-index,Security,Cryptography...