Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

PRJ-57 Draw notifications and floating toolbar on top of client markdown/JCEF component#121

Open
Art Pinch (ARTI1208) wants to merge 5 commits into
jceffrom
prj-57
Open

PRJ-57 Draw notifications and floating toolbar on top of client markdown/JCEF component#121
Art Pinch (ARTI1208) wants to merge 5 commits into
jceffrom
prj-57

Conversation

@ARTI1208

Copy link
Copy Markdown
Contributor

@ARTI1208
Art Pinch (ARTI1208) force-pushed the prj-57 branch 2 times, most recently from 36fa067 to d6b7158 Compare March 23, 2022 18:34
foregroundColor = component.foreground, // from Graphics2D "Default Rendering Attributes" java doc
font = component.font,
device = component.graphicsConfiguration.device
device = component.graphicsConfiguration?.device ?: GraphicsEnvironment.getLocalGraphicsEnvironment().defaultScreenDevice

@ARTI1208 Art Pinch (ARTI1208) Mar 23, 2022

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I remeber well component.graphicsConfiguration will be null for fake windows. Wanted to recheck today but due to disk problems didn't

@SerVB Sergei Bulgakov (SerVB) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With https://youtrack.jetbrains.com/issue/PRJ-700 solved, changing of clearRect could be unneeded. Otherwise, LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants