Re: RFR: 8049700: Deprecate obsolete classes and methods in javax/swing/plaf/basic [v6]

2021-03-04 Thread Tejpal Rebari
On Wed, 10 Feb 2021 18:04:16 GMT, Phil Race wrote: >> Tejpal Rebari has updated the pull request incrementally with one additional >> commit since the last revision: >> >> removed deprecation from methods of class which is also getting deprecated > > Are these methods all expected to be used

Re: RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" [v3]

2021-03-04 Thread Sergey Bylokhov
On Thu, 4 Mar 2021 17:21:43 GMT, Alexander Zuev wrote: >> test/jdk/javax/swing/JComponent/7154030/bug7154030.java line 115: >> >>> 113: Graphics g = fullScreen.getGraphics(); >>> 114: g.setColor(Color.RED); >>> 115: g.drawRect(locx - 1, locy - 1, frw + 1, frh

Re: RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" [v3]

2021-03-04 Thread Alexander Zuev
On Thu, 4 Mar 2021 02:56:05 GMT, Prasanta Sadhukhan wrote: >> Alexander Zuev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Moved checking block up to keep consistency of operations. > >