-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathTextSamplerDemoHelp.html
More file actions
19 lines (19 loc) · 636 Bytes
/
TextSamplerDemoHelp.html
File metadata and controls
19 lines (19 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-us">
<title>Styled Text Sample</title>
<body>
<img src="images/dukeWaveRed.gif" width="64" height="64" alt="Waving Duke icon"/>
<p>This is an uneditable <code>JEditorPane</code>,
which was <em>initialized</em>
with <strong>HTML</strong> text <font size=-2>from</font> a
<font size=+2>URL</font>.
</p>
An editor pane uses specialized editor kits
to read, write, display, and edit text of
different formats.
The Swing text package includes editor kits
for plain text, HTML, and RTF.
You can also develop
custom editor kits for other formats.
</body>
</html>