Details
Description
Calling Window.setTitle() and Window.setIcon() before the window is displayed sets the Frame title & icon respectively, but they have no subsequent effect unless the window is closed and reopened.
It would be simpler if calls to these methods would cause the Frame title & icon to update.