> On Oct 31, 2022, at 5:56 PM, Alexander Matveev <alexander.matv...@oracle.com> > wrote: > > Hi Michael, > >> On Oct 31, 2022, at 2:40 PM, Michael Hall <mik3h...@gmail.com >> <mailto:mik3h...@gmail.com>> wrote: >> >> >> >>> On Oct 31, 2022, at 4:17 PM, Alexander Matveev >>> <alexander.matv...@oracle.com <mailto:alexander.matv...@oracle.com>> wrote: >>> >>> Hi Michael, >> >> Hello Alexander, >> >>> >>> If I understood correctly you asking for several things: >>> >>> 1) Change “/Applications” to “Applications”. I agree and we should fix it >>> if possible. Did you file a bug for it? If not I can file. >> >> I thought I did but haven’t received a number yet. > I did not able to find a bug you filed, so filed a new one: > https://bugs.openjdk.org/browse/JDK-8296154 > <https://bugs.openjdk.org/browse/JDK-8296154> >
Alexander, OK thanks. If you happen to look at the dmg with images I provided an URL for I think my changes lay the added files out pretty well. I think you definitely want to go with smaller icons. Apache OpenOffice has a DMG I just found with a couple additional files that uses smaller icons. I think this is a pretty normal thing to do. Even with smaller icons I had to increase the window bottom parameter to get them not to get chopped off. set the bounds of theWindow to {400, 100, 920, 480} That the last 480 in the above. Given the smaller icons I also decreased to x coordinate increment. Made fitting more files a little easier. You can do this yourself but I think you will find doing similar works best. Thanks, Mike