-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
9
The following methods in javax.swing.text.Caret interface use integer coordinates:
void setMagicCaretPosition(Point p)
Point getMagicCaretPosition()
On HiDPI display text width can have floating point value so there should be a way to set the caret to floating point position.
void setMagicCaretPosition(Point p)
Point getMagicCaretPosition()
On HiDPI display text width can have floating point value so there should be a way to set the caret to floating point position.
- relates to
-
JDK-8163175 PlainView.modelToView() method should return Rectangle2D
- Resolved
-
JDK-8156217 Selected text is shifted on HiDPI display
- Resolved