Re: RFR: JDK-8294680: Refactor scaled border rendering [v2]

2022-12-21 Thread Andrey Turbanov
On Mon, 12 Dec 2022 22:43:08 GMT, Harshitha Onkar wrote: >> In this fix, the common code required for scaled border rendering is unified >> and added to SwingUtilities3. This is achieved by adding a functional >> interface to SwingUtilities3 and calling the the respective paintBorder >>

Re: RFR: JDK-8294680: Refactor scaled border rendering [v2]

2022-12-13 Thread Alisen Chung
On Mon, 12 Dec 2022 22:43:08 GMT, Harshitha Onkar wrote: >> In this fix, the common code required for scaled border rendering is unified >> and added to SwingUtilities3. This is achieved by adding a functional >> interface to SwingUtilities3 and calling the the respective paintBorder >>

Re: RFR: JDK-8294680: Refactor scaled border rendering [v2]

2022-12-13 Thread Rajat Mahajan
On Mon, 12 Dec 2022 22:43:08 GMT, Harshitha Onkar wrote: >> In this fix, the common code required for scaled border rendering is unified >> and added to SwingUtilities3. This is achieved by adding a functional >> interface to SwingUtilities3 and calling the the respective paintBorder >>

Re: RFR: JDK-8294680: Refactor scaled border rendering [v2]

2022-12-12 Thread Harshitha Onkar
> In this fix, the common code required for scaled border rendering is unified > and added to SwingUtilities3. This is achieved by adding a functional > interface to SwingUtilities3 and calling the the respective paintBorder > function passed as parameter to method. > > Following are the