All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.jmf.MultiPlayer.PlayerCustomizer
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----com.ibm.jmf.MultiPlayer.CustomizerSupport
|
+----com.ibm.jmf.MultiPlayer.PlayerCustomizer
- public abstract class PlayerCustomizer
- extends CustomizerSupport
This is an abstract class to customize the MultiPlayer bean.
-
PlayerCustomizer()
-
-
createColorsPanel()
- createColorsPanel():
creates a panel that allows the user to select background
and foreground colors
-
createPlayerPanel()
- createPlayerPanel():
creates Panel that allows the user to set standard properties
a JMF player
PlayerCustomizer
public PlayerCustomizer()
createColorsPanel
public Panel createColorsPanel()
- createColorsPanel():
creates a panel that allows the user to select background
and foreground colors
- Returns:
- s Panel - containing the Choice objects for the selections
createPlayerPanel
public Panel createPlayerPanel()
- createPlayerPanel():
creates Panel that allows the user to set standard properties
a JMF player
- Returns:
- Panel
All Packages Class Hierarchy This Package Previous Next Index