Java Reference
In-Depth Information
Figure 18.5 The formatting achieved by program DocumentFrame . The text 'NEW!' has
been added. The status panel displays a protocol of the operations that have been performed
File: its/Document/DocumentFrame.java
1. package its.Document;
2.
3.
4. import its.SimpleFrame.SimpleFrame;
5. import java.io.FileReader;
6. import javax.swing.JScrollPane;
7. import javax.swing.JTextPane;
8. import java.awt.BorderLayout;
9. import javax.swing.text.DefaultStyledDocument;
10. import javax.swing.text.EditorKit;
11. import javax.swing.text.Position;
Search WWH ::




Custom Search