Re: RFR: 7169951: SwingSet2 throws NullPointerException with Nimbus L

2023-02-07 Thread Sergey Bylokhov
On Fri, 13 Jan 2023 09:48:32 GMT, Prasanta Sadhukhan wrote: > getStyle().getFont() returns null as "getFontForState(context)" returns null > which is because synth state for floating toolbar is invalid which is 0x201 > getStyle().getFont()" and "tabPane.getFont()" in normal valid case returns

Re: RFR: 7169951: SwingSet2 throws NullPointerException with Nimbus L

2023-02-05 Thread Jayathirth D V
On Fri, 13 Jan 2023 04:25:59 GMT, Prasanta Sadhukhan wrote: > It is observed that if SwingSet2 is run in Nimbus L and > we drag the icon tool bar (which is floatable) out of the GUI Window > and Once the tool bar is detached, click on "Look & Feel" menu option to > change to any L (say Java

Re: RFR: 7169951: SwingSet2 throws NullPointerException with Nimbus L

2023-01-27 Thread Abhishek Kumar
On Fri, 13 Jan 2023 04:25:59 GMT, Prasanta Sadhukhan wrote: > It is observed that if SwingSet2 is run in Nimbus L and > we drag the icon tool bar (which is floatable) out of the GUI Window > and Once the tool bar is detached, click on "Look & Feel" menu option to > change to any L (say Java

Re: RFR: 7169951: SwingSet2 throws NullPointerException with Nimbus L

2023-01-26 Thread Prasanta Sadhukhan
On Fri, 13 Jan 2023 04:25:59 GMT, Prasanta Sadhukhan wrote: > It is observed that if SwingSet2 is run in Nimbus L and > we drag the icon tool bar (which is floatable) out of the GUI Window > and Once the tool bar is detached, click on "Look & Feel" menu option to > change to any L (say Java

Re: RFR: 7169951: SwingSet2 throws NullPointerException with Nimbus L

2023-01-13 Thread Prasanta Sadhukhan
On Fri, 13 Jan 2023 04:25:59 GMT, Prasanta Sadhukhan wrote: > It is observed that if SwingSet2 is run in Nimbus L and > we drag the icon tool bar (which is floatable) out of the GUI Window > and Once the tool bar is detached, click on "Look & Feel" menu option to > change to any L (say Java

Re: RFR: 7169951: SwingSet2 throws NullPointerException with Nimbus L

2023-01-13 Thread Sergey Bylokhov
On Fri, 13 Jan 2023 04:25:59 GMT, Prasanta Sadhukhan wrote: > It is observed that if SwingSet2 is run in Nimbus L and > we drag the icon tool bar (which is floatable) out of the GUI Window > and Once the tool bar is detached, click on "Look & Feel" menu option to > change to any L (say Java

RFR: 7169951: SwingSet2 throws NullPointerException with Nimbus L

2023-01-12 Thread Prasanta Sadhukhan
It is observed that if SwingSet2 is run in Nimbus L and we drag the icon tool bar (which is floatable) out of the GUI Window and Once the tool bar is detached, click on "Look & Feel" menu option to change to any L (say Java L) it causes NPE due to font being null when getFontMetrics() is called