Multi-Media includes 2D graphics, 3D graphics, printing, imaging, and sound. For 3D graphics examples, see The j3d.org Code Repository.
Imaging
Java Media Framework
- JMF in
Action presents several applets that run movie clips.
- SimplePlayerApplet.java is a simple applet that can be used to run a JMF player for a particular media file. This applet embeds the visual component and control panel component in the browser page, if they are available.
- TVApplet.java is a simple applet that demonstrates how to create a media player to present a media clip. This applet displays the player's visual and control panel components over a background image.
Printing
2D Graphics