-
-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizable title bar #608
Comments
…aximize/restore and close buttons (issue #608)
I've created PR #613 to work on title bar improvements. Currently it implements hiding of window title and iconify/maximize/close buttons.
Why is this needed? Then the user can not move the window 😕
This is possible since FlatLaf 1.1.2
Not sure what you mean by that 😕 I also plan to add a "fullWindowContent" option that extends the content pane into the title. I wonder what you plan for your app? |
For some special dialogs, or in my case, I have a small window that loads the app & resources, checks for updates and so on, and I need it to be not draggable in certain moments and only have the minimize and close buttons.
aha, I completely missed that, sorry 😕
changing the titlebar background color suffices, i was looking for a way to have different window (and titlebar) background colors for different jframes...
This would be perfect, it would allow an amazing deal of customization!
Sure, this is the mock-up of the current app launcher/updater. It still needs some tweaking but the concept is there... |
Is it in version 3.0? Looking forward to it very much.🎉 |
See PR #801 |
Hi, the custom titlebar is great but it really needs a way to optionally hide the maximize/restore button, hide the iconify button, hide the title in titlebar, make the window not draggable and set the titlebar background color manually or change just a single window's background color.
These are very important features to be able to make ANY kind of window with any kind of functionality that might be needed!
For now I'm trying to find workarounds to this limitation, but is very clunky, not efficient, and not stable...
The text was updated successfully, but these errors were encountered: