Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title [v3]

2021-06-09 Thread Sergey Bylokhov
On Mon, 7 Jun 2021 10:30:33 GMT, Maxim Kartashev wrote: >> This commit introduces a new client property xawt.mwm_decor_title >> implementing JDK-8267307. The property can be set prior to showing a window >> or after the window has been displayed, in which case the window will have >> to be

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title [v3]

2021-06-08 Thread Sergey Bylokhov
On Mon, 7 Jun 2021 10:30:33 GMT, Maxim Kartashev wrote: >> This commit introduces a new client property xawt.mwm_decor_title >> implementing JDK-8267307. The property can be set prior to showing a window >> or after the window has been displayed, in which case the window will have >> to be

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title [v2]

2021-06-07 Thread Maxim Kartashev
On Fri, 4 Jun 2021 21:36:03 GMT, Sergey Bylokhov wrote: >> Maxim Kartashev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Changed the check for the XFramePeer target being >> javax.swing.RootPaneContainer in >> order to avoid

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title [v3]

2021-06-07 Thread Maxim Kartashev
> This commit introduces a new client property xawt.mwm_decor_title > implementing JDK-8267307. The property can be set prior to showing a window > or after the window has been displayed, in which case the window will have to > be hidden/shown (re-mapped) for the property to take effect. > >

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title [v2]

2021-06-04 Thread Sergey Bylokhov
On Fri, 4 Jun 2021 08:44:22 GMT, Maxim Kartashev wrote: >> This commit introduces a new client property xawt.mwm_decor_title >> implementing JDK-8267307. The property can be set prior to showing a window >> or after the window has been displayed, in which case the window will have >> to be

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title [v2]

2021-06-04 Thread Alexander Zvegintsev
On Fri, 4 Jun 2021 08:44:22 GMT, Maxim Kartashev wrote: >> This commit introduces a new client property xawt.mwm_decor_title >> implementing JDK-8267307. The property can be set prior to showing a window >> or after the window has been displayed, in which case the window will have >> to be

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title [v2]

2021-06-04 Thread Maxim Kartashev
On Tue, 1 Jun 2021 11:31:59 GMT, Alexander Zvegintsev wrote: >> Maxim Kartashev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Changed the check for the XFramePeer target being >> javax.swing.RootPaneContainer in >> order to avoid

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title [v2]

2021-06-04 Thread Maxim Kartashev
On Fri, 4 Jun 2021 06:49:13 GMT, Sergey Bylokhov wrote: >> Maxim Kartashev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Changed the check for the XFramePeer target being >> javax.swing.RootPaneContainer in >> order to avoid

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title [v2]

2021-06-04 Thread Maxim Kartashev
> This commit introduces a new client property xawt.mwm_decor_title > implementing JDK-8267307. The property can be set prior to showing a window > or after the window has been displayed, in which case the window will have to > be hidden/shown (re-mapped) for the property to take effect. > >

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-06-04 Thread Sergey Bylokhov
On Wed, 19 May 2021 10:23:01 GMT, Maxim Kartashev wrote: > This commit introduces a new client property xawt.mwm_decor_title > implementing JDK-8267307. The property can be set prior to showing a window > or after the window has been displayed, in which case the window will have to > be

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-06-03 Thread Alexey Ushakov
Could anyone from the dev team review my CSR request for this change: https://bugs.openjdk.java.net/browse/JDK-8267308 ? Best Regards, Alexey > On 1 Jun 2021, at 19:27, Alexander Zvegintsev > wrote: > > On Wed, 19 May 2021 10:23:01 GMT,

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-06-02 Thread Sergey Bylokhov
On Wed, 19 May 2021 10:23:01 GMT, Maxim Kartashev wrote: > This commit introduces a new client property xawt.mwm_decor_title > implementing JDK-8267307. The property can be set prior to showing a window > or after the window has been displayed, in which case the window will have to > be

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-06-02 Thread Maxim Kartashev
On Tue, 1 Jun 2021 19:24:20 GMT, Sergey Bylokhov wrote: > Please check that the test code added in the JDK-8265005 can be adapted to > verify this fix as well. @mrserb Please clarify: do you suggest to have one common test code for this feature and JDK-8265005? This is certainly possible, but

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-06-01 Thread Sergey Bylokhov
On Wed, 19 May 2021 10:23:01 GMT, Maxim Kartashev wrote: > This commit introduces a new client property xawt.mwm_decor_title > implementing JDK-8267307. The property can be set prior to showing a window > or after the window has been displayed, in which case the window will have to > be

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-06-01 Thread Alexander Zvegintsev
On Wed, 19 May 2021 10:23:01 GMT, Maxim Kartashev wrote: > This commit introduces a new client property xawt.mwm_decor_title > implementing JDK-8267307. The property can be set prior to showing a window > or after the window has been displayed, in which case the window will have to > be

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-06-01 Thread Maxim Kartashev
On Tue, 1 Jun 2021 11:38:49 GMT, Alexander Zvegintsev wrote: > This fix most likely will require a CSR There already is one linked from the enhancement: [JDK-8267308](https://bugs.openjdk.java.net/browse/JDK-8267308) - PR: https://git.openjdk.java.net/jdk/pull/4113

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-06-01 Thread Alexander Zvegintsev
On Wed, 19 May 2021 10:23:01 GMT, Maxim Kartashev wrote: > This commit introduces a new client property xawt.mwm_decor_title > implementing JDK-8267307. The property can be set prior to showing a window > or after the window has been displayed, in which case the window will have to > be

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-05-31 Thread Maxim Kartashev
Hello All, I'd appreciate it very much if someone could find time to look at this pull request. Thanks a bunch! On Fri, May 21, 2021 at 11:01 AM Maxim Kartashev < maxim.kartas...@jetbrains.com> wrote: > > > On Fri, May 21, 2021 at 12:33 AM Sergey Bylokhov > wrote: > >> On Wed, 19 May 2021

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-05-21 Thread Maxim Kartashev
On Fri, May 21, 2021 at 12:33 AM Sergey Bylokhov wrote: > On Wed, 19 May 2021 10:23:01 GMT, Maxim Kartashev 28651297+mkartas...@openjdk.org> wrote: > > > This commit introduces a new client property xawt.mwm_decor_title > implementing JDK-8267307. The property can be set prior to showing a

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-05-20 Thread Sergey Bylokhov
On Wed, 19 May 2021 10:23:01 GMT, Maxim Kartashev wrote: > This commit introduces a new client property xawt.mwm_decor_title > implementing JDK-8267307. The property can be set prior to showing a window > or after the window has been displayed, in which case the window will have to > be

RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title

2021-05-19 Thread Maxim Kartashev
This commit introduces a new client property xawt.mwm_decor_title implementing JDK-8267307. The property can be set prior to showing a window or after the window has been displayed, in which case the window will have to be hidden/shown (re-mapped) for the property to take effect. The general