RE: [java-gnome-hackers] gtk Widgets
Brought to you by:
afcowie
|
From: Jeffrey M. <Jef...@Br...> - 2002-08-22 11:45:08
|
> I would like to start looking at the tree and list widgets. > IMHO, this would be best done by having the main classes implement the > widgets similar to how is done in Gtk, including most of the > complexity; > then work on simplifying the classes in derived classes (e.g. having a > class for a simple list widget (single column, no editable cells, no > DnD) with methods such as add(int index, String item) ) This sounds like a good approach. It's all yours. -Jeff |