All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Frame | +----com.hermetica.magician.GLFullScreenFrame
Summary |
public class GLFullScreenFrame extends java.awt.Frame { // Constructors 1 public GLFullScreenFrame(); }
This class may be used in place of a Frame to provide automatic full-screen rendering, for example, with 3dfx cards. That is, provided a GLFullScreenFrame is the immediate parent container of a GLComponent, the GLFullScreenFrame ( and component ) will be resized to the maximum desktop size. This ensures all AWT events will be trapped when running in fullscreen mode. This class will not necessarily resize correctly with virtual desktops.
Constructors |
· GLFullScreenFrame | Summary | Top |
public GLFullScreenFrame()
Default constructor
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7