Details
-
Bug
-
Resolution: Fixed
-
P3
-
8u25, 9
-
b54
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083988 | emb-9 | Anton Nashatyrev | P3 | Resolved | Fixed | team |
JDK-8140087 | 8u72 | Unassigned | P3 | Resolved | Fixed | b04 |
JDK-8132609 | 8u66 | Unassigned | P3 | Resolved | Fixed | master |
JDK-8086798 | 8u65 | Anton Nashatyrev | P3 | Resolved | Fixed | b01 |
JDK-8073233 | 8u60 | Anton Nashatyrev | P3 | Resolved | Fixed | b06 |
JDK-8086023 | 8u51 | Anton Nashatyrev | P3 | Resolved | Fixed | b31 |
JDK-8085841 | 8u45 | Anton Nashatyrev | P3 | Resolved | Fixed | b36 |
JDK-8138011 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8076876 | emb-8u60 | Anton Nashatyrev | P3 | Resolved | Fixed | team |
Description
JFrame frame = new JFrame("frame");
frame.add(BorderLayout.CENTER, new JScrollPane(new JTree()));
frame.add(BorderLayout.SOUTH, new JLabel("label"));
frame.setSize(200, 100);
frame.setLocationRelativeTo(null);
frame.setVisible(true);
Reducing the size of the window until a scrollbar is shown, you can see a
tree icon is painted over a label.
Attachments
Issue Links
- backported by
-
JDK-8073233 [macosx] Jtree icon painted over label when scrollbars present in window
- Resolved
-
JDK-8076876 [macosx] Jtree icon painted over label when scrollbars present in window
- Resolved
-
JDK-8083988 [macosx] Jtree icon painted over label when scrollbars present in window
- Resolved
-
JDK-8085841 [macosx] Jtree icon painted over label when scrollbars present in window
- Resolved
-
JDK-8086023 [macosx] Jtree icon painted over label when scrollbars present in window
- Resolved
-
JDK-8086798 [macosx] Jtree icon painted over label when scrollbars present in window
- Resolved
-
JDK-8132609 [macosx] Jtree icon painted over label when scrollbars present in window
- Resolved
-
JDK-8138011 [macosx] Jtree icon painted over label when scrollbars present in window
- Resolved
-
JDK-8140087 [macosx] Jtree icon painted over label when scrollbars present in window
- Resolved