38394041424344454647
public void setShowFg(boolean isShowFg) { if( this.showFg != isShowFg ) { this.showFg = isShowFg; if( this.showFg || this.showWindow == null ) this.showWindow = new ImgShow(); else this.showWindow = null; } }