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
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
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
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:
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
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:
> 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