Tachio,

>From the Readme from the Java3D1.1.1-DirectX:
(README.Java3D-jdk.Direct3D.txt)


============================================================================
==
Running Java 3D in Fullscreen Mode
============================================================================
==

With this release of Java 3D for DirectX 6.1 the ability to run an
application
in fullscreen mode has been added.  Currently this capability is enabled
by setting an environment variable.  This method will change to a command
line option in an upcoming release.

To switch to fullscreen rendering type the following in your Dos Shell
window:
        set J3D_FULLSCREEN=TRUE
to disable fullscreen rendering type:
        set J3D_FULLSCREEN=

When running in fullscreen mode you can switch back to the desktop by
clicking
with the mouse outside of the drawing viewport boundary.  This will also
block
all rendering.  Selecting the Java 3D window again will restore fullscreen
mode and will start the rendering going again.

Current known problem with fullscreen mode are:
        The Alt-Tab windows function does not work.
        A Java 3D viewport that is smaller than the full screen resolution
          will be displayed in the upper left portion of the screen.
        When working in the desktop, clicking on any part of the Java 3D
          window (including title bar area) will switch back to fullscreen.


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Tachio
> Terauchi
> Sent: Friday, June 11, 1999 3:25 PM
> To: [EMAIL PROTECTED]
> Subject: [java3d] full screen display?
>
>
> Hi, is it possible to display java3d canvas in full screen, without the
> window title bar?  Thanx in davance.
>
> -Tachio
>
> =====================================================================
> To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
> Java 3D Home Page: http://java.sun.com/products/java-media/3D/
>

=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to