Branches
Comments
[»]
KIWI - KTreeTable
by jedison - Jun 3rd 2005 12:08:39
KTreeTable looks interesting. I tried looking at the
FilesystemTableView.java for example but it is a little too complex for
me. I wonder if you have a more basic tutorial like the one in:
http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html.
By the way, great collection of codes. I'd like to try out other
components after I learn tree table.
More power!
[reply]
[top]
[»]
Kiwi is a cool framework
by john - Sep 26th 2003 00:13:53
Hi Mark,
kiwi framework is a really cool library. There are plenty of useful
classes and methods that save a developer time from reinventing the wheel.
I find it as a very useful wrapper of Swing.
Keep up the good work.
John.
[reply]
[top]
[»]
DateChooser doesn't handle default font changes
by Alex - Jun 14th 2003 16:20:55
Hi Mark,
Really like your library. I am looking to use a DateChooser widget, and I
was attempting to use yours. However, the application sets the default
fonts to a larger size (for elementary children), and this throws the
DateChooser for a loop with regards to layout. Maybe implementing it with
the BoxLayout/BoxView instead of painting it directly?
Sinecerly,
Alex
[reply]
[top]
[»]
Re: DateChooser doesn't handle default font changes
by Mark Lindner - May 5th 2004 12:03:44
The DateChooser issues are fixed in the forthcoming 2.0 release.
[reply]
[top]
|