Text Work
David Crawshaw <[email protected]> Tue, 6 Apr 2004 18:55:03 +1000
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
Darcs Repository:
http://repo.zentus.com/widgets
I keep this constantly aligned against Tupshin and Charlie's widget
repositories:
http://www.charlietech.com/darcs/ibex_widgets
http://darcs.smallmerchant.com/ibex_widgets
To test the widget sampler:
cd widgets
java -jar <ibex.jar> src/ main
For my text work, change main to:
org.ibex.test.label - basic one-line editing
org.ibex.test.text - widget library integration
org.ibex.test.flow - multiline text
-- d