X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=f287251356284857947f938d56b86619a443fbe3;hb=87a17f3ca4b2602c396afdbb13cccb4c1e7cbd38;hp=f5effd47f3aabdd19e10263a872f548dc3d29eb0;hpb=30bd4abd2a85c162bdf0a1cc687b366345182bc1;p=nikiroo-utils.git diff --git a/README.md b/README.md index f5effd4..f287251 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ public class MyApplication extends TApplication { } ``` -See the file demos/Demo1.java for example usage. +See the file demos/Demo1.java for detailed examples. @@ -84,8 +84,6 @@ Many tasks remain before calling this version 1.0: - AWT: - Blinking cursor - - More optimal refresh - - Jittery refresh with mouse movement - Clean up TWidget constuctors (everyone is doing setX() / setY() / set...) - ECMA48Backend running on socket - TTreeView @@ -93,7 +91,6 @@ Many tasks remain before calling this version 1.0: - TFileOpen - Decide on naming convention: getText, getValue, getLabel: one or all of them? -- TPasswordField (displays stars when not active) 0.0.3: