setOpaque() in java
问题 Can anyone explain why Nimbius treats the setOpaque() differently than other java LaF's. Its breaking my code because components that are normally transparent no longer are. EDIT: The problem seems to only deal with JTextAreas (which is what I need) or similar components. EDIT EDIT: This is a screen of the actual application. When applying trashgod's solution, the background still does not show through. EDIT EDIT EDIT: I tried trashgod's suggestion to override the paint(). I toiled with this