Skip to content

2021-November-26 - Prerelease - 2.6.466

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Nov 21:00
3f4e3e3
Fix: by default dispose JFrame (#9818)

Fixes a problem introduced in: 7e4884cb7241e23ba2e7fa1b40caf94c06862aa1
This update changes JFrameBuilder to by default dispose on close.
Before we would only dispose on close if explicitly set, this easily
results in JFrames not being disposed which causes the application
to remain open when these 'frames' are closed