mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-05 21:50:20 +00:00
7032791: TableCellRenderer.getTableCellRendererComponent() doesn't accept null JTable with GTK+ L&F
Reviewed-by: rupashka
This commit is contained in:
parent
650afe234d
commit
f6697e15da
@ -786,9 +786,9 @@ public class SynthTableUI extends BasicTableUI
|
||||
hasFocus, row, column);
|
||||
|
||||
setIcon(null);
|
||||
Class columnClass = table.getColumnClass(column);
|
||||
configureValue(value, columnClass);
|
||||
|
||||
if (table != null) {
|
||||
configureValue(value, table.getColumnClass(column));
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user