com.transjam.awt
Class ContainerHack

java.lang.Object
  |
  +--com.transjam.awt.ContainerHack

public class ContainerHack
extends java.lang.Object

Tools to properly refresh a Container after adding or removing components. This can be used to Workaround a refresh bug in JDK 1.4.1 Plugin for IE

Author:
Phil Burk, philburk@softsynth.com

Constructor Summary
ContainerHack()
           
 
Method Summary
static java.awt.Container getTopContainer(java.awt.Container cont)
          Return top of Container tree.
static void syncContainer(java.awt.Container container)
          Force a Panel or other Container to display properly after adding or removing components.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerHack

public ContainerHack()
Method Detail

getTopContainer

public static java.awt.Container getTopContainer(java.awt.Container cont)
Return top of Container tree.

syncContainer

public static void syncContainer(java.awt.Container container)
Force a Panel or other Container to display properly after adding or removing components.