[
https://issues.apache.org/jira/browse/NETBEANS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16394272#comment-16394272
]
Eirik Bakke commented on NETBEANS-67:
-------------------------------------
Another comment on the existing splash screen code is that it takes too long
for the splash image to actually appear--in my own NetBeans Platform
application, for instance, 32% of the time that the splash screen window is
open before it disappears, the window is just gray (see blanksplash.png,
attached). It would be nice to somehow get the loaded image to show immediately
as the splash screen opens. Though not sure if there's an easy way to do that.
> Replace Java SplashScreen with a custom window.
> -----------------------------------------------
>
> Key: NETBEANS-67
> URL: https://issues.apache.org/jira/browse/NETBEANS-67
> Project: NetBeans
> Issue Type: Improvement
> Components: platform - Other
> Reporter: Laszlo Kishalmi
> Priority: Minor
> Labels: MultiMonitor
> Attachments: NetBeans_SplashScreen.png, blanksplash.png
>
>
> Unfortunately the Java SplashScreen feature is not well maintained. It looks
> really odd on Linux multi-monitor displays trying to arrange the screen on
> the middle of the two monitors. I think the intention of this Java feature
> was to create prompt response to the user on opening a Java application. Well
> disk and hardware get quicker and Java get leaner on load (with Java 9).
> This feature could be replaced by using a custom window instead.
> This would improve on two things:
> - Placement of the Splash Screen could be really multi-monitor aware
> - There is a flicker on startup for those who are upgrading from dev/release
> candidate to final release. The first image says developer version then it
> updates to release
> I'm trying to work something out. Though there is some chance to have some
> interference with the platform branding.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists