-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 11, 17, 19, 20
-
Component/s: client-libs
-
b07
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8368748 | 17.0.18 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
The next one is
I propose adding a utility method to SwingUtilities3:
1. Reset the transform;
2. Call the passed interface* to render the unscaled border;
3. Restore the transform.
It will unify border rendering. Other border types will use the utility method.
* The method which renders the border with unscaled Graphics could be a private method in the calling class, method reference could be passed to the utility method.
- backported by
-
JDK-8368748 Refactor scaled border rendering
-
- Resolved
-
- blocks
-
JDK-8294484 MetalBorder's FrameBorder & DialogBorder have border rendering issues when scaled
-
- Resolved
-
- duplicates
-
JDK-8294921 Background color visible at edges of EtchedBorder
-
- Closed
-
-
JDK-8307447 EtchedBorder inset by 1 pixel
-
- Closed
-
- relates to
-
JDK-8282958 Rendering Issues with Borders on Windows High-DPI systems
-
- Resolved
-
-
JDK-8279614 The left line of the TitledBorder is not painted on 150 scale factor
-
- Resolved
-
-
JDK-8349188 LineBorder does not scale correctly
-
- Resolved
-
-
JDK-8015739 Background of JInternalFrame is located out of JInternalFrame
-
- Resolved
-
- links to
-
Commit
openjdk/jdk/80ab50b3
-
Commit(master)
openjdk/jdk17u-dev/ac7aade5
-
Review
openjdk/jdk/11571
-
Review(master)
openjdk/jdk17u-dev/3984