Searched refs:MetalInternalFrameTitlePane (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalInternalFrameUI.java133 return new MetalInternalFrameTitlePane(w);
142 ((MetalInternalFrameTitlePane)titlePane).setPalette( false );
147 ((MetalInternalFrameTitlePane)titlePane).setPalette( true );
152 ((MetalInternalFrameTitlePane)titlePane).setPalette( false );
163 ((MetalInternalFrameTitlePane)titlePane).setPalette(isPalette);
H A DMetalInternalFrameTitlePane.java47 public class MetalInternalFrameTitlePane extends BasicInternalFrameTitlePane { class in inherits:BasicInternalFrameTitlePane
97 public MetalInternalFrameTitlePane(JInternalFrame f) { method in class:MetalInternalFrameTitlePane

Completed in 39 milliseconds