Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing.plaf.metal: Javadoc index of package javax.swing.plaf.metal.


Package Samples:

javax.swing.plaf.metal

Classes:

MetalInternalFrameTitlePane: The title pane for a javax.swing.JInternalFrame (see MetalInternalFrameUI.createNorthPane(JInternalFrame) 55 ). This can be displayed in two styles: one for regular internal frames, and the other for "palette" style internal frames.
MetalLookAndFeel: A custom look and feel that is designed to look similar across different operating systems. To install this look and feel, add the following code (or something similar) near the start of your application: try {   UIManager.setLookAndFeel(new MetalLookAndFeel()); } catch (UnsupportedLookAndFeelException e) {   e.printStackTrace(); }
MetalTheme: The base class for themes used by the MetalLookAndFeel . A default theme ( DefaultMetalTheme ) is provided, or you can create and use your own.
MetalScrollButton: A button used by the MetalScrollBarUI . The button appearance varies according to the button direction, whether or not it is part of a "free standing" scroll bar, and the current state of the button.
MetalCheckBoxIcon: An javax.swing.Icon used by the MetalCheckBoxUI class.
MetalRootPaneUI: A UI delegate for the javax.swing.JRootPane component. This implementation supports the JRootPane windowDecorationStyle property.

Home | Contact Us | Privacy Policy | Terms of Service