Re: RFR: 6462028: MaskFormatter API documentation refers to getDisplayValue [v5]

2021-12-17 Thread Phil Race
On Thu, 9 Dec 2021 13:31:34 GMT, Tejesh R wrote: >> MaskFormatter API doesn't have getDisplayValue method, hence removed from >> Documentation. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > 6462028:MaskFormatter API document

Re: RFR: 6462028: MaskFormatter API documentation refers to getDisplayValue [v5]

2021-12-14 Thread Tejesh R
On Mon, 6 Dec 2021 17:16:20 GMT, Phil Race wrote: >> src/java.desktop/share/classes/javax/swing/text/MaskFormatter.java line 103: >> >>> 101: * MaskFormatter formatter = new MaskFormatter("###-"); >>> 102: * formatter.setPlaceholderCharacter('_'); >>> 103: * formatter.getDisplayValu