public class

MaximizableInternalFrame

extends JInternalFrame
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JInternalFrame
           ↳ sun.tools.jconsole.MaximizableInternalFrame
Known Direct Subclasses

Class Overview

This class is a temporary workaround for bug 4834918: Win L&F: JInternalFrame should merge with JMenuBar when maximized. It is not a general solution, but intended for use within the limited scope of JConsole when running with XP/Vista styles.

Summary

[Expand]
Inherited Constants
From class javax.swing.JInternalFrame
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.WindowConstants
[Expand]
Inherited Fields
From class javax.swing.JInternalFrame
From class javax.swing.JComponent
Public Constructors
MaximizableInternalFrame(String title, boolean resizable, boolean closable, boolean maximizable, boolean iconifiable)
Public Methods
void setTitle(String title)
Sets the JInternalFrame title.
void updateUI()
Notification from the UIManager that the look and feel has changed.
[Expand]
Inherited Methods
From class javax.swing.JInternalFrame
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.swing.RootPaneContainer

Public Constructors

public MaximizableInternalFrame (String title, boolean resizable, boolean closable, boolean maximizable, boolean iconifiable)

Public Methods

public void setTitle (String title)

Sets the JInternalFrame title. title may have a null value.

Parameters
title the String to display in the title bar

public void updateUI ()

Notification from the UIManager that the look and feel has changed. Replaces the current UI object with the latest version from the UIManager.