Whole document tree
Package javax.swing.plaf.multiThe multiplexing look and feel allows users to combine auxiliary look and feels with the default look and feel.
See:
Package javax.swing.plaf.multi DescriptionThe multiplexing look and feel allows users to combine auxiliary look and feels with the default look and feel. For example, a user could use an auxiliary audio look and feel in combination with the Motif look and feel. When a component instance asks for its UI, the Multiplexing Look and Feel returns a Multiplexing UI that handles all communications with both the auxiliary and the default look and feels. For example, JButton.getUI may get an instance of MultiButtonUI, which would handle both a MotifButtonUI and an AudioButtonUI.
Submit a bug or feature For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. |