classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: New class - WrappedPlainView


From: Anthony Balkissoon
Subject: [cp-patches] FYI: New class - WrappedPlainView
Date: Tue, 25 Oct 2005 16:17:07 -0400

I added the class javax.swing.text.WrappedPlainView.  It is not fully
implemented yet but I add/commit it because a good chunk of it is done
and because this way japi will give a listing of which methods still
need writing in it.  

This class is used by JTextAreas that have line wrapping enabled.  It
uses an inner class WrappedLine to represent each line of text, and each
of those lines may be logically wrapped.

The painting is not yet done so it's not usable yet but basic testing
indicates that it's coming along.

I've attached the entire source file for the class.


2005-10-25  Anthony Balkissoon  <address@hidden>

        * javax/swing/text/WrappedPlainView: New class.

--Tony

Attachment: WrappedPlainView.java
Description: Text Data


reply via email to

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