Closed co5dt closed 6 years ago
Closing #59, now that there will be methods for showing the view in different views, I added the convenience method
public void hide() {
if (stage != null)
stage.hide();
}
So has the problem been solved?
There's the convenience method
public static void showView(Class<? extends AbstractFxmlView> window, Modality mode)
Shouldn't there also be one to hide or close it?