- 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
}
foldIndicatorFG = gutter.getFoldIndicatorForeground(); foldBG = gutter.getFoldBackground(); armedFoldBG = gutter.getArmedFoldBackground();
Assert.assertEquals(Color.red, gutter.getFoldIndicatorForeground()); Assert.assertEquals(Color.red, gutter.getFoldBackground()); Assert.assertEquals(Color.red, gutter.getArmedFoldBackground());
foldIndicatorFG = gutter.getFoldIndicatorForeground(); foldBG = gutter.getFoldBackground(); armedFoldBG = gutter.getArmedFoldBackground();