```SwingPanel( background = Color.Green,``` i ...
# compose-desktop
z
Copy code
SwingPanel(
    background = Color.Green,
i tried to set the background on SwingPanel. but its still grey
k
A code snippet that people can copy-paste and run unmodified in their IDE would be a good start on the road of getting concrete answers.