Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Hi, I am trying to use the "display.getComponent" to display in an applet. I defined a "getComponent" in SimpleDisplay.java, public Component getComponent(){ return display.getComponent(); } and use it in SimpleDisplayApplet.java, SimpleDisplay m_display = new SimpleDisplay(m_datafile); m_display.process(); add(m_display.getComponent()); showStatus("init ..."); However, I found the size of the display component in the applet is fixed (about 270x270). My question is how to change the display size in the applet to make it propotional to the applet size? Thanks. Muz
visad
archives: