Splash screen border

Mike Swingler swingler at apple.com
Tue Apr 30 08:03:39 PDT 2013


Are you talking about a stroked line border, or the shadow put on the window by the OS?

Regards,
Mike Swingler
Apple Inc.

On Apr 29, 2013, at 4:50 AM, Anthony Petrov <anthony.petrov at oracle.com> wrote:

> Hi Robert,
> 
> OpenJDK has never displayed a border for splash screens on any platforms. This is because a splash screen image may not be rectangular, may be colored differently in various applications, or even be semi-transparent. Showing a solid rectangular border around it might not look good in all cases.
> 
> When porting OpenJDK to the Mac platform we decided to keep this behavior in order to allow Java applications to look the same on all platforms supported by OpenJDK. If your application requires a border around your splash screen, then you should update the images you use to display the splash screen.
> 
> --
> best regards,
> Anthony
> 
> On 04/27/13 15:58, Robert Krüger wrote:
>> Hi,
>> 
>> there is a difference between JDK6 (Apple) and OpenJDK8. The splash screen
>> has a border when starting with the Apple JDK and it has not for OpenJDK.
>> Of course, this is really easy to work around by adding the border to the
>> splash screen image. I would only like to know if this is a conscious
>> decision or an oversight (maybe even with a bug id that I can track) or if
>> I should do anything differently (like setting a parameter somewhere).
>> 
>> Thanks,
>> 
>> Robert



More information about the macosx-port-dev mailing list