javax.swing.JScrollPane
that will only take RTextArea
s for its view. This class has the ability to show line numbers for its text component view, as well as per-line icons (for bookmarks, debugging breakpoints, error markers, etc.). The actual "meat" of these extras is contained in the {@link Gutter} class.Each RTextScrollPane
has a Gutter
instance that it uses as its row header. The gutter is only made visible when one of its features is being used (line numbering and/or icons).
@author Robert Futrell
@version 0.9
|
|