I have frame which contains a AWT Panel with red background color. I have added JScrollPane to the panel. JTable is added to the JScrollPane, When i resize the frame, i can see AWT Panel that is red color. The JTable is not seen. If i change AWT Panel is to JPanel, we can see JTable with data. I feel that AWT container once again takes the highest priority.
Step to reproduced:-
---------------------
1) Run the attached testcase.
2) Resize the frame, if you dn't see Table with data, but see only red color. then the bug is reprodduced.
I tested this on windows vista home premium with jdk6u12 b01 pit build