The Artima Developer Community
Sponsored Link

Java Buzz Forum
Evil JDK 1.5 Open-GL configuration

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Nick Lothian

Posts: 397
Nickname: nicklothia
Registered: Jun, 2003

Nick Lothian is Java Developer & Team Leader
Evil JDK 1.5 Open-GL configuration Posted: Sep 30, 2004 3:36 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Nick Lothian.
Original Post: Evil JDK 1.5 Open-GL configuration
Feed Title: BadMagicNumber
Feed URL: http://feeds.feedburner.com/Badmagicnumber
Feed Description: Java, Development and Me
Latest Java Buzz Posts
Latest Java Buzz Posts by Nick Lothian
Latest Posts From BadMagicNumber

Advertisement
J2SE 5.0 includes a new OpenGL-based pipeline for Java 2D. This pipeline provides hardware acceleration for simple rendering operations (text, images, lines, and filled primitives) as well as those that involve complex transforms, paints, composites, and clips. This pipeline is available on all platforms (Solaris, Linux, and Microsoft Windows) and is currently disabled by default.
Cool!
To silently enable the OpenGL-based pipeline, specify the 
following system property on the command line:

    -Dsun.java2d.opengl=true

To receive verbose console output about whether the OpenGL-based pipeline is   
initialized successfully for a particular screen, specify "True" (note the 
uppercase T) :

    -Dsun.java2d.opengl=True

Hu!?! On what planet is that a good idea? Is there precedent for this? As someone said at work today - perhaps in JDK 1.5 "tRue" will be another option, and to turn them both on: "TRue" (!?!)

Read: Evil JDK 1.5 Open-GL configuration

Topic: Outlook only top-posts? Previous Topic   Next Topic Topic: ClientJava.com Links(5) - GMail API, Eclipse/SWT Examples, Lightweight Visual Components

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use