-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 11, 17, 19
-
b15
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8288943 | 17.0.5-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8289120 | 17.0.5 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8295199 | 11.0.18 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8289036 | 11.0.17-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8289648 | 8u351 | Dukebot | P4 | Resolved | Fixed | b01 |
Issue(as per bug description):
I want to change the color of the JSplitPane divider. I
opened the code and found that, the color is hard coded to
darkGray while one is dragging the splitDivider. I have an
application where the components on SplitPane have black
background, So when i drag I can not see the split getting
dragged. Can some one fix this, by externelising the
SplitDivider color so that it can be changed at run time.
Testing:
Java 1.4.1 -> Test Failed.
$ ./j2sdk1.4.1/bin/java JSplitPaneDragColorTest
Metal uses correct drag color false
CDE/Motif uses correct drag color false
Windows uses correct drag color false
Test Failed.
Java 1.5.0 -> Test Failed.
$ ./jdk1.5.0/bin/java JSplitPaneDragColorTest
Metal uses correct drag color true
Windows uses correct drag color true
Windows Classic uses correct drag color true
Test Passed.
- backported by
-
JDK-8288943 Write a regression test for JDK-4820080
- Resolved
-
JDK-8289036 Write a regression test for JDK-4820080
- Resolved
-
JDK-8289120 Write a regression test for JDK-4820080
- Resolved
-
JDK-8289648 Write a regression test for JDK-4820080
- Resolved
-
JDK-8295199 Write a regression test for JDK-4820080
- Resolved
- relates to
-
JDK-4820080 RFE: Cannot Change the JSplitPane Divider Color while dragging
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/fb08d9d2
-
Commit openjdk/jdk17u-dev/d90fd6f8
-
Commit openjdk/jdk/849b1952
-
Review openjdk/jdk11u-dev/1434
-
Review openjdk/jdk17u-dev/497
-
Review openjdk/jdk/7803