Skip to content
This repository has been 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
wants to merge 5 commits into
base: jcef
Choose a base branch
from

Conversation

ARTI1208
Copy link
Contributor

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

@ARTI1208 ARTI1208 Mar 23, 2022

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

@ARTI1208 ARTI1208 requested a review from SerVB March 23, 2022 18:39
Copy link
Member

@SerVB SerVB left a comment

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
2 participants