jmce - 1_02

jmce.sim
Interface SwingHardware

All Known Implementing Classes:
DiseqcMotor, Display, Display, Imsai, JPorts, Leds, SAA5050, Screen, SwingCRT, V8052, VIC6561, VIC6561

public interface SwingHardware

Tag interface for Hardware with a GUI part. During initialization if is not assigned to any container automatically one new JFrame will be created with the component inside.

Version:
1.00
Author:
Mario Viara

Method Summary
 java.awt.Component getComponent()
           
 

Method Detail

getComponent

java.awt.Component getComponent()

jmce - 1_02