GUI: research and remove hacks with black background and transparent panels
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 940
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 160
Description
From https://github.com/magefree/mage/issues/12857#issuecomment-2380838655 (look for related issues and bug examples).
Looks like black background and global transparent panel hack used in some components from old days, maybe no needs in it now.

Search code by `setBackground(new Color(0, 0, 0` and `setExtBackgroundColor`:

Must be tested in deck editor and game with active target/attack arrows with both java 8 and java 21 versions. Good result: colored and transparent backgrounds in card popup, chats, card panels, etc. Also must support main and battlefield background images (some themes use it).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.