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);