c-darma
14-04-2006, 16:29
Come posso aggiornare la mia interfaccia swing dopo aver aggiunto dati?
E' un'interfaccia che prevede una serie di animazioni
ActionList update = new ActionList(registry);
ActionList animate = new ActionList(registry, 1500, 20);
ActionList layout = new ActionList(registry);
registry contiene tutti i miei dati e visualizzo tutto tramite
Display display = new Display();
Pensavo di utilizzare il metodo repaint(), ma non sò bene come usarlo e se posso farlo
E' un'interfaccia che prevede una serie di animazioni
ActionList update = new ActionList(registry);
ActionList animate = new ActionList(registry, 1500, 20);
ActionList layout = new ActionList(registry);
registry contiene tutti i miei dati e visualizzo tutto tramite
Display display = new Display();
Pensavo di utilizzare il metodo repaint(), ma non sò bene come usarlo e se posso farlo