JOptionPane (tag)

From JAXXWiki

The <JOptionPane> tag creates an instance of javax.swing.JOptionPane. As with all Swing tags, the package name is assumed only because javax.swing is imported by default. The fully qualified form of this tag is <javax.swing.JOptionPane>.

This information is based on the Java Development Kit version 5.0. Other versions of Java may have more or fewer features.

This component is fully supported by JAXX's default component support. As long as you know its API (and the general rules followed by DefaultComponentHandler) you know everything there is to know about using it as a tag. The documentation provided here is merely a convenience. What does this mean?