-
Bug
-
Resolution: Unresolved
-
P4
-
17, 21
I recently discovered the interesting recursive behavior of Window.setVisible implemented using the state variable showWithParent. The current documentation hints at this behavior by saying that hiding is recursive and can be undone by showing, although it could be clearer that child windows already hidden are not shown. The recursive nature of showing is not documented directly, but can only be inferred by the description of hiding.