We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e924680 commit 2899aa3Copy full SHA for 2899aa3
visualvm/heapviewer/src/com/sun/tools/visualvm/heapviewer/swing/ProfilerTabbedView.java
@@ -531,8 +531,8 @@ private static abstract class TabbedPaneViewport extends JPanel {
531
532
content = view;
533
534
- setOpaque(true);
535
- setBackground(Color.YELLOW);
+ setOpaque(false);
+// setBackground(Color.YELLOW);
536
add(view, BorderLayout.CENTER);
537
if (!closable) putClientProperty(TabbedPaneFactory.NO_CLOSE_BUTTON, Boolean.TRUE);
538
view.putClientProperty("TabbedPaneViewport", this); // NOI18N
0 commit comments