jmce - 1_02

Package jmce.swing

Swing utilities.

See:
          Description

Interface Summary
BitmapFont Interface to rappresent a bitmap font.
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.
 

Class Summary
AbstractBitmapFont Abstract implementations of bitapfont.
BitmapFont6x8 Bitmap font 6 x 8
BitmapFont8x14 Bitmap font 8 x 14.
BitmapFont8x8 Bitmap font 8 x 8.
JBitField CheckBox used to implement groups of bits.
JFixedField JTextField extension using MonoSpaced font.
JHexField Extension of JTextField to handle number in hex format.
JLcd Swing component for LCD characters display.
JLed Swing component to rappresent a LED.
JLeds Panel of multiple LEDS.
JLongField Extension of JFixedFiled to handle long number.
JMatrixKeyboard Matrix keyboard.
KeyboardMatrix Keyboard matrix.
KMemoryChoice Combo box to choice one cpu memory.
SwingThread Simple class to handle time consuming process in a separate thread avoiding to block the swing thread.
Util Swing utility class.
 

Package jmce.swing Description

Swing utilities.

Varius widget and utilities Swing based.

Package Specification

Related Documentation

Version:
1.00
Author:
Mario Viara

jmce - 1_02