|
我正在编写一个用户需要编写一个
javascript脚本作为输入的应用程序,现在我有一个简单的JTextArea,但我想用一些可以做一些亮点和代码着色的东西来改变它,使脚本更加连贯.
你知道任何开源的东西吗?
谢谢
解决方法
RSyntaxTextArea
RSyntaxTextArea is a syntax highlighting text component for Java Swing. It extends JTextComponent so it integrates completely with the standard javax.swing.text package. It is fast and efficient,and can be used in any application that needs to edit or view source code.
RSyntaxTextArea was originally part of the RText programmer’s text editor,but is currently being made into a separate component,reusable in any Swing application.
截图: (编辑:安卓应用网)
【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!
|