Desktop background color #351
GazimSoliev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe try instead of blank uri to load html with coloured background
data:text/html;charset=utf-8,<html style="background-color:red"/>
And add coloured Box on SwingPanel with turned on
System.setProperty("compose.interop.blending", "true")
:I tried to add this in my fork of this lib, but I had some issues with navigation and loadURL after createBrowser, but it perfectly works for WebContent.Data and WebContent.File, u could find this commit in my fork on branch "desktop-background-color", last commit fc6b3f2 "Draft version"
Beta Was this translation helpful? Give feedback.
All reactions