mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8253266: JList and JTable constructors should clear OPAQUE_SET before calling updateUI
Reviewed-by: psadhukhan, serb
This commit is contained in:
parent
a8005efde3
commit
39719da9d1
7 changed files with 156 additions and 5 deletions
|
@ -5592,7 +5592,6 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
|
|||
*/
|
||||
protected void initializeLocalVars() {
|
||||
updateSelectionOnSort = true;
|
||||
setOpaque(true);
|
||||
createDefaultRenderers();
|
||||
createDefaultEditors();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue