java Programming Glossary: transparentinternalframe
setOpaque() in java http://stackoverflow.com/questions/4089717/setopaque-in-java a transparent internal frame. @author dvargo public class TransparentInternalFrame extends JInternalFrame JLayeredPane container Defualt constructor.. the frame @param opacity The opacity of the frame public TransparentInternalFrame JLayeredPane container int opacity super true true true true.. .getName .equals this.getClass .getName cast it TransparentInternalFrame temp TransparentInternalFrame x make sure its not the same..
|