7980818283848586878889
public void close() { if(closing) return; closing = true; new StageClosingEvent().dispatch(this); hide(); setScene(null); doClose(); new StageClosedEvent().dispatch(this); }