JDK-8266026 : [macosx] support awt, swing components to open in tab whenever possible
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 17
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • Submitted: 2021-04-27
  • Updated: 2021-06-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Add support for the java awt and swing components whenever possible.
There is a new Apple System setting in which we can select Prefer Tabs -> to Always or Full Screen.
java components behave differently when opening in new tab.
 1. opening two JFrame in tab works fine
 2. opening dialog in new tab cause application freeze(https://bugs.openjdk.java.net/browse/JDK-8256465)
Need to examine the behaviour of different components and add support for the components which can be opened in new tab.

More discussion : https://github.com/openjdk/jdk/pull/3407
http://mail.openjdk.java.net/pipermail/awt-dev/2021-April/017464.html