An area of a window in a graphical user interface (GUI), normally located at the top, that commonly displays the name of the application, options for manipulating the window, and other important information about the application.
Questions tagged [titlebar]
813 questions
-1
votes
2 answers
Title for netbeans project window
I need to give a title for netbeans project window for showing the purpose of the window
JFrame myFrame=new JFrame(" Title "); ?
Any one to help?
-1
votes
1 answer
MahApps Metro set two different icons on title bar and on taskbar for a window
I want to use 2 different images : 1 on title bar, second on taskbar .
If using ShowIconOnTitleBar property then it will use same "ICON" property to both .

Ion Caisîn
- 108
- 8
-1
votes
1 answer
How to determine title and additional infos from an open window for use with Autohotkey?
To access and control a window, dialog or popup with Autohotkey the title of that specific window is needed. For some windows the title can be read directly if its visible, but some windows hide it. The window class and the exe (ahk_class and…

Schneyer
- 1,197
- 1
- 9
- 27
-1
votes
4 answers
Unable to remove titlebar in android
I have tried all of these 3 methods but still can't remove the titlebar.
This method removes the titlebar in the androidstudio(1.4) but i can still see the titlebar in the emulator:
And this two methods crashes the app:
Styles.xml:
EDIT(How to…

Het
- 203
- 1
- 3
- 15
-1
votes
1 answer
Setting the jFrame title from Excel cells info
I am totally new to Java and I am working on my assignment that requires to take create a jframe and name the title using the excel cells. Moreover, I do not know how to import the Excel data into my java as well. Thank you for the help. :)
public…

P.Patrick
- 3
- 1
-1
votes
2 answers
How to add more buttons to the form's title bar in vb6?
I want to add two more Buttons besides (Close - minimize - Maximize) to the form's title bar in vb6 that can be customized (ex: change their Icons). If anyone knows how please help.

EhsanBayat
- 11
-1
votes
1 answer
Change the text color of the activity title
In Xamarin, how can I change the text colour of the text in the ActionBar?
I have changed the background colour successfully, but not the text colour.
Here is my code:
ColorDrawable colorDrawable = new…

user3548779
- 321
- 2
- 8
- 19
-1
votes
2 answers
How to customise a JFrame?
I want to make a window with customised titlebar(like my own color and my own icons)
Something like we see in the "Stickynotes" of Windows os.

kartik
- 583
- 8
- 24
-2
votes
1 answer
How to rotate close, minimize and zoom buttons in title bar like in iTunes?
I want to see close, minimize and zoom buttons vertically in title bar like in iTunes.
How to do this?

Nikolai Nagornyi
- 1,312
- 2
- 11
- 26
-2
votes
1 answer
tkinter window without the surrounding
I was wondering if there is a way to remove the borders (titlebar with buttons and the edges on each side) of a tkinter window. Does someone know how to do that?
Couldn't find any solution for this in the web.

ihaveaproblem
- 1
- 1
-2
votes
1 answer
Is there a minimum size for JFrames?
I want to shrink my JFrame less than 100 pixels length and width, but it seems like a frame has a limit in shrinking the window. Is there any possible way to shrink the window any further? Let's say, making a boxed window setSize(50,50). How can one…
-2
votes
1 answer
-2
votes
3 answers
Unwanted Title bar android
I want to remove this unwanted title bar
I cant remove this
i have tried
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
this.getWindow().setFlags(
WindowManager.LayoutParams.FLAG_FULLSCREEN,
…

user8025
- 99
- 1
- 9
-2
votes
4 answers
Android: How can I change title in action bar, but keep app name the same?
How can I keep the name of my app the same, but change what the title of the main activity is called?

KrispyKreme
- 39
- 1
- 8
-3
votes
1 answer
SwiftUI - How to add an Image beside the title in the navigationbar?
How do I add an image to in the corner of the navigationbar, keeping the title in the center?
something like this -

Aviram Netanel
- 12,633
- 9
- 45
- 69