Re: version number and splash screen question
Dmitry Avtonomov <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAMMjtf-36BL5gpGyXuOzYkxgrehHCBdc_NzodNZpW_8eK-NKSA@mail.gmail.com> |
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]>
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
>