Re: version number and splash screen question
Peter Cheung <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <HK2PR01MB033705C15AB6F408F0256A08B5A50@HK2PR01MB0337.apcprd01.prod.exchangelabs.com> |
Thanks Gentleman ________________________________ From: Dmitry Avtonomov <[email protected]> Sent: Tuesday, November 1, 2016 2:27 PM To: [email protected] Subject: [platform-dev] Re: version number and splash screen question The version number that you're seeing there is actually the version number of the platform that you're using. What's displayed at the top of your application weirdly is controlled by two bundle values: CTL_MainWindow_Title CTL_MainWindow_Title_No_Project You can find that bundle file inside your main application project. Go to: <path-to-your-app-project-dir>\branding\modules\org-netbeans-core-windows.jar\org\netbeans\core\windows\view\ui\Bundle.properties To remove the platform version from the app title just remove that {0} in there. You can change the values there or, alternatively, right click your project, select Branding , switch to Resource Bundles tab and use the Search bar there to look for those two values and edit them. This search bar is slow though. For splash screen, right click your application project in the Project Explorer then select Branding. There's a tab for splash screen. Best, Dmitry Avtonomov On Mon, Oct 31, 2016 at 11:35 PM, Peter Cheung <[email protected]<mailto:[email protected]>> wrote: Hi All I created a "netbeans application", i have added a space into title, but doesn't effect in the window title. Also, i have no way to set the version that shown on the window title? And can't find any tutorial to set the splash screen. thanks from Peter