mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-05 03:05:47 +00:00
8263907: Specification of CellRendererPane::paintComponent(..Rectangle) should clearly mention which method it delegates the call to
Reviewed-by: aivanov, serb
This commit is contained in:
parent
78d1164ce2
commit
016db40c4a
@ -200,7 +200,8 @@ public class CellRendererPane extends Container implements Accessible
|
||||
|
||||
|
||||
/**
|
||||
* Calls this.paintComponent() with the rectangles x,y,width,height fields.
|
||||
* Calls this.paintComponent(g, c, p, r.x, r.y, r.width, r.height) where
|
||||
* {@code r} is the input {@code Rectangle} parameter.
|
||||
*
|
||||
* @param g the {@code Graphics} object to draw on
|
||||
* @param c the {@code Component} to draw
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user