Relates :
|
|
Relates :
|
|
Relates :
|
FULL PRODUCT VERSION : ADDITIONAL OS VERSION INFORMATION : Ubuntu 11.10 A DESCRIPTION OF THE PROBLEM : If calling child component's hide() method, the child component does disappear as setVisible(false) did, once parent container got fully repainted, the child will really hide. So need to add addtional code to java.awt.Component.hide() to repaint special areas of parent container. Although java.awt.Component.hide() was declared as deprecated, still some legacy applications from customer side need this uses this funtions, so it would be valuable if the problem can be fixed. REPRODUCIBILITY : This bug can be reproduced always.
|