JDK-8296156 : [macos] Resize DMG windows and background to fit additional DMG contents
  • Type: Enhancement
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2022-10-31
  • Updated: 2022-11-11
  • Resolved: 2022-11-10
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.
JDK 20
20 masterFixed
Related Reports
Relates :  
Description
With JDK-8263155 we introduce ability to add additional content for DMG images, however main DMG window when mounted is not resize to show additional content. We need to resize DMG windows, so it will be easy for user to see it.
Comments
Changeset: 0981bfb1 Author: Alexander Matveev <almatvee@openjdk.org> Date: 2022-11-10 02:20:03 +0000 URL: https://git.openjdk.org/jdk/commit/0981bfb1a317466c095c392f82ddf6eae595f4af
10-11-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11068 Date: 2022-11-09 20:02:05 +0000
09-11-2022

With proposed fix additional DMG content will be arranged in raws with 3 items per raw. DMG windows will be resized to show one or two raws without any scrolling required. To see any additional content after two raws (7 or more items) user will need to use vertical scroll bar. See attached "Screen Shot" files. BeforeFix8Items.png - Shows DMG window with 8 items. BeforeFix8ItemsResized.png - Shows DMG window with 8 items, but manually resized.
09-11-2022