Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

Re: Questions from a newcomer..

Hi James,

> Can anyone tell me if it is possible to change the size of a Display ?

The easiest way to do this is with something like this:

DisplayImplJ3D display = new DisplayImplJ3D("display");
JPanel displayPanel = (JPanel)display.getComponent();
displayPanel.setPreferredSize(new Dimension(500, 500));

It should also work for a DisplayImplJ2D. This scales your JPanel containing
your DisplayImpl to a size of 500*500 and leaves the user the possibility to
resize the display.

Cheers, Mathias


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690