Tags: doug-rocha/JavaFX-Components
Tags
Better handling of initialization sequence and InternalWindowManager … …acting more like a desktop - Default init and custom init code are executed after all the creation of InternalWindow object, also when setting the Controller (InternalWindowContent) it will call the setInternalWindow in the Controller; - InternalWindowManager now remove focus from InternalWindows when you click outside of it (on the managed panel);