Class ImageDisplayJavaSE

  • All Implemented Interfaces:
    ImageDisplayInterface
    Direct Known Subclasses:
    ImageDisplayJavaSE

    public class ImageDisplayJavaSE
    extends AbstractPlaceableJavaSE
    implements ImageDisplayInterface

    ImageDisplayJavaSE is the implementation of the ImageDisplayInterface that uses AWT and Swing classes.

    Note that this class does not work well when executed within Eclipse. In Eclipse, the Swing event thread blocks "waiting for: OGLRenderQueue$QueueFluher", and spends most of its time blocked rather than rendering. Hence, we do not get smooth updates of images.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Jianwu Wang, Based on code by James Yeh, Edward A. Lee
    Pt.AcceptedRating:
    Pt.ProposedRating: