jhu.htm3D
Class htm3DWindow.CaptureButton

java.lang.Object
  |
  +--jhu.htm3D.htm3DWindow.CaptureButton
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
htm3DWindow

static class htm3DWindow.CaptureButton
extends java.lang.Object
implements java.awt.event.ActionListener

Capture the frame in JPEG format


Constructor Summary
(package private) htm3DWindow.CaptureButton()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

htm3DWindow.CaptureButton

htm3DWindow.CaptureButton()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener