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 unneces

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 hi

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 hi

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 u

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 unneces

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. > > Th