private static class BracketMatchingTextArea.BorderPainter
extends java.lang.Object
implements javax.swing.text.Highlighter.HighlightPainter
| Modifier and Type | Field and Description |
|---|---|
private java.awt.Color |
highlightColor |
| Constructor and Description |
|---|
BorderPainter(java.awt.Color highlightColor) |
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics g,
int offs0,
int offs1,
java.awt.Shape bounds,
javax.swing.text.JTextComponent c)
The code is copied from @link DefaultHighlighter#DefaultPainter#paint(Graphics)
|