Details
-
Type:
Enhancement
-
Status: Open
-
Priority:
P4
-
Resolution: Unresolved
-
Affects Version/s: 7
-
Fix Version/s: None
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
Description
The following method:
http://download.java.net/jdk7/docs/api/javax/swing/plaf/basic/BasicTextUI.html#getVisibleEditorRect()
protected Rectangle getVisibleEditorRect()
Contains the following statements in the spec:
... Due to an unfortunate set of historical events this method is inappropriately named. The Rectangle returned has nothing to do with visibility ...
I believe the same idea should be rephrased in a more neutral and technical way.
http://download.java.net/jdk7/docs/api/javax/swing/plaf/basic/BasicTextUI.html#getVisibleEditorRect()
protected Rectangle getVisibleEditorRect()
Contains the following statements in the spec:
... Due to an unfortunate set of historical events this method is inappropriately named. The Rectangle returned has nothing to do with visibility ...
I believe the same idea should be rephrased in a more neutral and technical way.