【发布时间】:2021-04-15 07:16:28
【问题描述】:
我使用 PDE。我的工具有一个位于splash.bmp 的启动图像。在build.properties 中,我将图像包含在bin.includes (bin.includes = splash.bmp) 中。在app.product 文件中,我有以下代码:
<splash startupProgressRect="5,275,445,15" />
<launcher name="app">
<linux icon="/icons/running.xpm"/>
<win useIco="false">
<bmp/>
</win>
</launcher>
我的问题如下:是否可以在启动图像中添加链接?我的意思是,一旦应用程序加载,就可以点击启动画面中的特定部分,它会打开带有链接的浏览器?
如果重要,请使用 Java8 和 Eclipse Photon。甚至可能吗?也许是一个提示?
【问题讨论】:
标签: java splash-screen eclipse-pde