Re: RFR: 8332431: NullPointerException in JTable of SwingSet2 [v2]

2024-05-28 Thread Alexander Zuev
On Tue, 28 May 2024 02:59:24 GMT, Prasanta Sadhukhan wrote: >> Issue is observed in JTable demo in SwingSet2 whereby if we set the focus on >> a table cell (or click on a table cell) and Press Ctrl+F1 (show/hide >> tooltip) on a cell of JTable then NullpointerException is seen >> >>> Exceptio

Re: RFR: 8332431: NullPointerException in JTable of SwingSet2 [v2]

2024-05-28 Thread Abhishek Kumar
On Tue, 28 May 2024 07:04:19 GMT, Prasanta Sadhukhan wrote: >> src/java.desktop/share/classes/javax/swing/ToolTipManager.java line 271: >> >>> 269: toFind = mouseEvent.getLocationOnScreen(); >>> 270: } else { >>> 271: toFind = screenLocati

Re: RFR: 8332431: NullPointerException in JTable of SwingSet2 [v2]

2024-05-28 Thread Abhishek Kumar
On Tue, 28 May 2024 02:59:24 GMT, Prasanta Sadhukhan wrote: >> Issue is observed in JTable demo in SwingSet2 whereby if we set the focus on >> a table cell (or click on a table cell) and Press Ctrl+F1 (show/hide >> tooltip) on a cell of JTable then NullpointerException is seen >> >>> Exceptio

Re: RFR: 8332431: NullPointerException in JTable of SwingSet2 [v2]

2024-05-28 Thread Prasanta Sadhukhan
On Tue, 28 May 2024 04:53:08 GMT, Abhishek Kumar wrote: >> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Additional null check > > src/java.desktop/share/classes/javax/swing/ToolTipManager.java line 271: > >> 269:

Re: RFR: 8332431: NullPointerException in JTable of SwingSet2 [v2]

2024-05-27 Thread Abhishek Kumar
On Tue, 28 May 2024 02:59:24 GMT, Prasanta Sadhukhan wrote: >> Issue is observed in JTable demo in SwingSet2 whereby if we set the focus on >> a table cell (or click on a table cell) and Press Ctrl+F1 (show/hide >> tooltip) on a cell of JTable then NullpointerException is seen >> >>> Exceptio

Re: RFR: 8332431: NullPointerException in JTable of SwingSet2 [v2]

2024-05-27 Thread Prasanta Sadhukhan
On Mon, 27 May 2024 09:31:51 GMT, Abhishek Kumar wrote: >> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Additional null check > > src/java.desktop/share/classes/javax/swing/ToolTipManager.java line 273: > >> 271:

Re: RFR: 8332431: NullPointerException in JTable of SwingSet2 [v2]

2024-05-27 Thread Prasanta Sadhukhan
> Issue is observed in JTable demo in SwingSet2 whereby if we set the focus on > a table cell (or click on a table cell) and Press Ctrl+F1 (show/hide tooltip) > on a cell of JTable then NullpointerException is seen > >> Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: >> C