Bugzilla – Attachment 366 Details for
Bug 611
java.awt.Desktop performance drops after JOGL initialization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
Minimal repro case
Test.java (text/java), 412 bytes, created by
trnecka_david
on 2012-08-29 15:28:40 CEST
(
hide
)
Description:
Minimal repro case
Filename:
MIME Type:
Creator:
trnecka_david
Created:
2012-08-29 15:28:40 CEST
Size:
412 bytes
patch
obsolete
> >import java.awt.Desktop; >import java.io.File; >import javax.media.opengl.GLProfile; > >class Test { > public static void main(String[] args) { > try { > System.setProperty("jogamp.gluegen.UseTempJarCache", "false"); > GLProfile.initSingleton(); > Desktop.getDesktop().open(new File("C:\\")); > } catch(Exception ex) { > ex.printStackTrace(); > } > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 611
: 366