Hello,

I need to find the code in netbeans where the name is stored as shown in the Title bar of the program and the taskbar of windows.

Any ideas where to find that? ive been looking and searching for days now.

I want to edit "Openbravo POS - 2.30beta" in the title bar and add my own custom text to it.

But where in netbeans do i have to search

thanks in advance.

Jeroen

Recommended Answers

All 2 Replies

Hello,

I need to find the code in netbeans where the name is stored as shown in the Title bar of the program and the taskbar of windows.

Any ideas where to find that? ive been looking and searching for days now.

I want to edit "Openbravo POS - 2.30beta" in the title bar and add my own custom text to it.

But where in netbeans do i have to search

thanks in advance.

Jeroen

Presumably you have a class that extends Frame or JFrame and a line in the source code that says setTitle ("Openbravo POS - 2.30beta") . Change what's inside the quotes to whatever you want to display in the title bar.

^ like Vernon says, or maybe you will see the title as a parameter to the frame's constructor.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.