You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Eirik Bakke (JIRA)" <ji...@apache.org> on 2019/05/11 22:19:00 UTC

[jira] [Commented] (NETBEANS-67) Replace Java SplashScreen with a custom window.

    [ https://issues.apache.org/jira/browse/NETBEANS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16837953#comment-16837953 ] 

Eirik Bakke commented on NETBEANS-67:
-------------------------------------

There's a PR for HiDPI support now at https://github.com/apache/netbeans/pull/1246 . Interestingly, I could not actually get the "-splash" parameter to work with HiDPI images on Windows 10, despite https://bugs.openjdk.java.net/browse/JDK-8145173 saying that it's supposed to work. For that reason I actually had to disable the early splash feature when implementing HiDPI support in that PR.


> 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: HiDPI, 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists