如何在文本区域中设置不同字体和大小的文本?
我正在设计一个简单的文本编辑器,我必须在其中更改文本颜色 不同的世界,如“for”,“while”,“if”,“else”等。我也想改变大小 文本 。怎么可能。提前。(请发送JAVA中此类事情失败的适当/可能原因)
Im in designing a Simple text editor in which I have to change text colors
of difnt wolrds like 'for','while','if','else' etc. I also want to change size of
text . How it is possible . thans in advance.(Please send proper/possoble reasons for failure of such a things in JAVA)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要从
JEditorPane
。如果您不知道从哪里开始,那么最好的办法是阅读 Swing 文本组件教程。
You might want to start with
JEditorPane
.If you've no idea where to start, then the best thing to do would be to read the Swing text component tutorial.