- Common ways to obtain Gutter
private void myMethod () {Gutter g =
RTextArea textArea;new Gutter(textArea)
RTextScrollPane rTextScrollPane;rTextScrollPane.getGutter()
RTextArea textArea;RSyntaxUtilities.getGutter(textArea)
- Smart code suggestions by Codota
}
gutter.setFoldIndicatorForeground(foldIndicatorFG); gutter.setFoldBackground(foldBG); gutter.setArmedFoldBackground(armedFoldBG);
gutter.setFoldIndicatorForeground(Color.orange); gutter.setFoldBackground(Color.orange); gutter.setArmedFoldBackground(Color.orange);
gutter.setFoldIndicatorForeground(foldIndicatorFG); gutter.setFoldBackground(foldBG); gutter.setArmedFoldBackground(armedFoldBG);