Hi David, Are you referring to an actual Pivot window (an instance of org.apache.pivot.wtk.Window or subclass) or the host frame? If you mean a Pivot window, the TerraFrameSkin class has a "resizable" property you can set via a style. If you mean the host frame, you can get access to it via Display#getDisplayHost(), which you can use to get a reference to the host frame itself. Greg
On May 17, 2010, at 9:51 AM, David Gao wrote: > Hi, > > I've deployed a Web start application with Pivot. Everything is great except > that the window is resizable. I would like to know how to freeze the size of > a window or a frame. > > java.awt.Frame.setResizable(boolean) can control whether user can resize the > window or frame. > > Does Pivot Window have similar function? > > Thanks. > > > -- > Best Regards > > David Gao ([email protected])
