2nd screen rendering problem!
Antonio Benvenuti
antonio.benvenuti at gmail.com
Mon Sep 18 03:59:12 MDT 2006
Hi
I have problems using Visad on my second screen...
I have tried solving the problem as explained in the following link:
http://www.unidata.ucar.edu/support/help/MailArchives/visad-list/msg04446.html
and this is my code:
GraphicsEnvironment ge
GraphicsEnvironment.getLocalGraphicsEnvironment();
GraphicsDevice gd = ge.getDefaultScreenDevice();
GraphicsConfigTemplate3D template = new
GraphicsConfigTemplate3D();
GraphicsConfiguration gc = gd.getBestConfiguration(template);
TwoDDisplayRendererJ3D tdr = new TwoDDisplayRendererJ3D();
display = new DisplayImplJ3D(displayName, tdr, gc);
without any result! The exception persists if the display renders on the
second screen!
Has anyone solved the problem?
Thanks
--
Antonio Benvenuti
Via Cardinale Giacomo Lercaro, 36
00123-Roma
Tel. 340-1054802
More information about the visad
mailing list