themes.dtd. This provides applications and other consumers with an easy way to style RSyntaxTextArea without having to use the API. Sample themes are included in the source tree under the /themes folder, but are not a part of the built RSyntaxTextArea jar. Hosting applications are free to ship and use these themes as-is, modify them, or create their own.
Note that to save a Theme via {@link #save(OutputStream)}, you must currently create a Theme from a text area wrapped in an RTextScrollPane, so that the color information for the gutter can be retrieved.
@author Robert Futrell
@version 1.0
| |
| |