classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: TableView implemenetd


From: Roman Kennke
Subject: [cp-patches] FYI: TableView implemenetd
Date: Sat, 07 Jan 2006 17:55:16 +0000

Hi there,

I implemented most of the last missing class in the javax.swing.text
package, the TableView. There are some missing parts. I have put in
stubs for them, because these are methods that override superclass
methods and must be implemented in order to make the class work
correctly. Otherwise these methods could be forgotten. I also added
FIXMEs explaining what should be done there. However, the class should
be roughly functional, the table rendering is based for the most part on
BoxView which somewhat works. There 'only' need to be some adjustments
done, for instance to make the cells in each row aligned in columns.

2006-01-07  Roman Kennke  <address@hidden>

        * javax/swing/text/TableView.java: New file.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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