NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

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


  • 2001 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: