An Applet that contains a ShapeListBox. This is an example html snippet for embedding the applet in a browser, showing the names and format of supported parameters.
HTML
![]() |
---|
<applet id="ShapeListBoxId" name="ShapeListBoxId" code="com/mindfusion/jdiagram/ShapeListBoxApplet.class" archive="JDiagram.jar" width="300px" height="300px" mayscript=""> |
These parameters map directly to the corresponding ShapeListBox attributes.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public class ShapeListBoxApplet extends AppletEx implements ShapeListBoxListener |
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
javax.swing.JApplet
com.mindfusion.diagramming.AppletEx
com.mindfusion.diagramming.ShapeListBoxApplet