jmce - 1_02

jmce.swing
Interface Repaintable

All Known Implementing Classes:
JLed

public interface Repaintable

A Simulator some time need to update Swing component very fast for example one led connected to one I/O port, to avoid high CPU usage the component can implements this interface and whem the apparence of the component is changed use the Util.repaintLater() method to update the user interface.

Version:
1.01
Author:
Mario Viara
See Also:
Util

Method Summary
 void updateComponent()
           
 

Method Detail

updateComponent

void updateComponent()

jmce - 1_02