FileDocCategorySizeDatePackage
MotifDesktopPaneUI.javaAPI DocJava SE 5 API8590Fri Aug 26 14:54:46 BST 2005com.sun.java.swing.plaf.motif

MotifDesktopPaneUI

public class MotifDesktopPaneUI extends BasicDesktopPaneUI

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.

version
1.25 12/19/03
author
David Kloba

Fields Summary
Constructors Summary
public MotifDesktopPaneUI()

    
Methods Summary
public static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent d)

        return new MotifDesktopPaneUI();
    
public java.awt.InsetsgetInsets(javax.swing.JComponent c)

return new Insets(0,0,0,0);
protected voidinstallDesktopManager()

	desktopManager = desktop.getDesktopManager();
	if(desktopManager == null) {
	    desktopManager = new MotifDesktopManager();
	    desktop.setDesktopManager(desktopManager);
            ((MotifDesktopManager)desktopManager).adjustIcons(desktop);
	}