show()激活窗口,使窗口处于前台。当时用show()时,就默认地先setVisible(true)了。
show 
public void show() 
Makes the Window visible. If the Window and/or its owner are not yet displayable, both are made displayable. The Window will be validated prior to being made visible. If the Window is already visible, this will bring the Window to the front