On Mon, 25 Jul 2022 16:24:15 GMT, Artem Semenov <[email protected]> wrote:

> I have a Table which is extended from AbstractTableModel with String, integer 
> and Boolean values ( to represent checkbox). When the row is selected Voice 
> over reads the Boolean value as null. 
> 
> @azuev-java @mrserb @prrace please review.

I have only a fuzzy grasp of what this code is doing overall, but I interpret 
the change
as falling back to a different field for the text to speak if there's no value 
for the first field being tried .. which I presume is the case for a boolean .. 
so it seems like it can't hurt.

-------------

Marked as reviewed by prr (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9629

Reply via email to