classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: javax.swing.text.Utilities additions


From: Anthony Balkissoon
Subject: [cp-patches] FYI: javax.swing.text.Utilities additions
Date: Thu, 22 Sep 2005 13:33:26 -0400

Implemented getNextWord and getPreviousWord for the
javax.swing.text.Utilities class.

Note that ATM these methods don't work, but the code is correct (since
the methods are static I was able to simply copy/paste the code into a
test case and run in on other VMs).  The problem is that something in
gnu.java.text.WordBreakIterator is broken, and I filed a bug for that
(#24017) and may look into it as well.

2005-09-22  Anthony Balkissoon  <address@hidden>

        * javax/swing/text/Utilities.java:
        (getNextWord): Implemented.
        (getPreviousWord): Implemented.

--Tony

Attachment: UtilitiesGetNextPrevWord.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]