<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I have a JPanel inside JScrollPane then we added a
vtkPanel to the JPanel (700x500). No matter how we set the initial size of the
vtkPanel (vtkUtil.setsize), the vtkPanel always comes up at a fixed size and is
bigger than the size of it's parent panel. When the scrollbar (either way) is
scrolled, the vtkPanel goes off the parent window. And once I resize the parent
window (JPanel) to accomodate the vtkPanel to get rid of the scrollbars, I can
move the parent window and vtkPanel goes with it so I know it's attached to the
parent. However, if I resize the parent window to be smaller, the vtkPanel does
not resize the same way as it's parent, it will stop at the size that it
initially comes up, which makes it again appear to be bigger than the parent,
like covering the parent window.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Anyone has any clue what could cause this to
happen? Thanks very much.</FONT></DIV></BODY></HTML>