Table of Contents

Interface IRootPaneContainer

Namespace
Javax.Swing
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/swing/RootPaneContainer.html

public interface IRootPaneContainer

Properties

ContentPane

Container ContentPane { get; set; }

Property Value

Container

GlassPane

Component GlassPane { get; set; }

Property Value

Component

LayeredPane

JLayeredPane LayeredPane { get; set; }

Property Value

JLayeredPane

RootPane

JRootPane RootPane { get; }

Property Value

JRootPane