TheMrCodes
04/01/2021, 9:31 AMTheMrCodes
04/01/2021, 9:33 AMTheMrCodes
04/01/2021, 9:35 AMIgor Demin
04/01/2021, 1:37 PMfun main() = SwingUtilities.invokeLater {
val window = AppWindow()
window.window.background = java.awt.Color.BLACK
window.window.contentPane.background = java.awt.Color.BLACK
window.show {
Box(Modifier.fillMaxSize().background(Color.Black))
}
}
But we still have a white line. It disappears only after resize.
A white line isn't pretty, so we will figure something in the future.
Maybe it is the issue in our renderer.TheMrCodes
04/01/2021, 1:44 PMIgor Demin
04/01/2021, 1:53 PMShould I create an issue on github for it?It would be helpful, thanks 🙂 P.S. But there is more important tasks, so probably it will be not in our priority. But it will help us not to forget about this, and maybe, if it will be a popular issue, we can give more effort to fix the issue 🙂
TheMrCodes
04/01/2021, 1:59 PMTheMrCodes
04/01/2021, 5:04 PMAbdullah
09/14/2023, 1:16 AM