public static interface Highlighter.HighlightPainter
void paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c)
g
- 图形上下文
p0
- 模型中的起始偏移量> = 0
p1
- 模型中的结束偏移量> = p0
bounds
-
bounds
显示的边框
c
- 编辑