Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
怎么可能看到后面JScrollPane?我试图通过以下方式做到这一点:
JScrollPane
JScrollPane.setOpaqe(false);
但它没有用...
一起尝试:
jScrollPane.setOpaque(false); jScrollPane.getViewPort().setOpaque(false);