| |
|
| javax.swing.JEditorPane org.pietschy.wizard.HTMLPane
HTMLPane | public class HTMLPane extends JEditorPane (Code) | | This class displays HTML text using an instance of
JEditorPane but allows
the font, foreground and background colors to be easily changed. This is accomplished by
updating the documents style sheet rules when ever the font and color attributes are changed.
See Also: HTMLPane.setForeground |
Constructor Summary | |
public | HTMLPane() Creates a new JEditorPane . | public | HTMLPane(boolean opaque) Creates a new
HTMLPane . |
HTMLPane | public HTMLPane()(Code) | | Creates a new JEditorPane .
The document model is set to null .
|
HTMLPane | public HTMLPane(boolean opaque)(Code) | | Creates a new
HTMLPane .
|
isAntiAlias | public boolean isAntiAlias()(Code) | | |
setAntiAlias | public void setAntiAlias(boolean antiAlias)(Code) | | |
|
|
|