Re: RFR: 8263907: Specification of CellRendererPane::paintComponent(..Rectangle) should clearly mention which method it delegates the call to [v2]

2021-04-07 Thread Sergey Bylokhov
On Wed, 7 Apr 2021 03:21:13 GMT, Prasanta Sadhukhan wrote: >> Specification for method >> javax/swing/CellRendererPane.html#paintComponent(java.awt.Graphics,java.awt.Component,java.awt.Container,java.awt.Rectangle) >> is not perfectly clear which method the call is delegated to. >> >> Updated

Re: RFR: 8263907: Specification of CellRendererPane::paintComponent(..Rectangle) should clearly mention which method it delegates the call to [v2]

2021-04-07 Thread Alexey Ivanov
On Wed, 7 Apr 2021 03:21:13 GMT, Prasanta Sadhukhan wrote: >> Specification for method >> javax/swing/CellRendererPane.html#paintComponent(java.awt.Graphics,java.awt.Component,java.awt.Container,java.awt.Rectangle) >> is not perfectly clear which method the call is delegated to. >> >> Updated

Re: RFR: 8263907: Specification of CellRendererPane::paintComponent(..Rectangle) should clearly mention which method it delegates the call to [v2]

2021-04-06 Thread Prasanta Sadhukhan
On Tue, 6 Apr 2021 20:22:36 GMT, Alexey Ivanov wrote: >> Can this please be approved if there's no more comments? > >> Probably the simple "Calls paintComponent(g, c, p, r.x, r.y, r.width, >> r.height)" will work? > > …where `{@code r}` is the passed in rectangle. > > I'd add spaces after comm

Re: RFR: 8263907: Specification of CellRendererPane::paintComponent(..Rectangle) should clearly mention which method it delegates the call to [v2]

2021-04-06 Thread Prasanta Sadhukhan
> Specification for method > javax/swing/CellRendererPane.html#paintComponent(java.awt.Graphics,java.awt.Component,java.awt.Container,java.awt.Rectangle) > is not perfectly clear which method the call is delegated to. > > Updated spec to clarify. Prasanta Sadhukhan has updated the pull request i