Display the visual components from multiple Players from one of the following sources:
- MultiPlayer
- MixFileData
- An array of Players
- An array of MediaLocators
- An array of Strings
- A single MediaLocator and a count of how many times media is to be displayed.
The Player's media is displayed within a JPanel using a GridLayout as the default. The grid is made as square as possible. To change the layout manager, override the
createLayout
method. Each visual component is bordered by a etched and titled border. To change the border drawn around the media, override the
createBorder
method.