如何在Java Applet中获取Richtext Box?
我需要在 Applet 窗口中显示 RichTextbox。如果有人知道答案帮助我...
我正在等待你的答案。
I need to display RichTextbox in my Applet window. If anybody know answer help me...
Im waiting for Ur answers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用提供一些基本 RTF 支持的
JEditorPane
。您可能需要的所有信息都可以在 Sun 的教程中找到,网址为 http: //java.sun.com/docs/books/tutorial/uiswing/components/text.html
You can use a
JEditorPane
which provides some basic RTF support.All the information you might need can be found on Sun's tutorial at http://java.sun.com/docs/books/tutorial/uiswing/components/text.html
使用 JEditorPane。这是操作方法
Use JEditorPane. Here is howto