Skip to content
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

Customize decorator #184

Closed
basix86 opened this issue Oct 6, 2020 · 1 comment
Closed

Customize decorator #184

basix86 opened this issue Oct 6, 2020 · 1 comment
Milestone

Comments

@basix86
Copy link
Contributor

basix86 commented Oct 6, 2020

On Windows 10 the native decorator is white.

In the application with light colors isn't easy to distinguish the decorator from the rest of the application.

image.

There are a way to add a border in the top of all windows, under the decorator?

Like this:
image

Thanks

@DevCharly
Copy link
Collaborator

This is now implemented in master branch.

To enable use (e.g.):

UIManager.put( "TitlePane.borderColor", Color.magenta );

To give it the same color as the menu bar separator:

UIManager.put( "TitlePane.borderColor", UIManager.getColor( "MenuBar.borderColor" ) );

@DevCharly DevCharly added this to the 0.44 milestone Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants