public class JOptionEditorPane
extends java.lang.Object
| Constructor and Description |
|---|
JOptionEditorPane() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.JEditorPane |
getJOptionEditorPane(java.lang.String htmlMessage)
Returns a JEditorPane with HTML support to be used in a JOptionsPane.
|
public static javax.swing.JEditorPane getJOptionEditorPane(java.lang.String htmlMessage)
htmlMessage - the message to show, can include HTML, e.g., links,
but not start and end HTML tagsCopyright © 2014. All Rights Reserved.