Skip to content

Commit 2899aa3

Browse files
jisedlacthurka
authored andcommitted
HeapViewer UI cleanup
1 parent e924680 commit 2899aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

visualvm/heapviewer/src/com/sun/tools/visualvm/heapviewer/swing/ProfilerTabbedView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,8 @@ private static abstract class TabbedPaneViewport extends JPanel {
531531

532532
content = view;
533533

534-
setOpaque(true);
535-
setBackground(Color.YELLOW);
534+
setOpaque(false);
535+
// setBackground(Color.YELLOW);
536536
add(view, BorderLayout.CENTER);
537537
if (!closable) putClientProperty(TabbedPaneFactory.NO_CLOSE_BUTTON, Boolean.TRUE);
538538
view.putClientProperty("TabbedPaneViewport", this); // NOI18N

0 commit comments

Comments
 (0)