X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=4d4900d4b5fcd82b770073f27158e45dd01ef80b;hb=fca67db090dc7e6476b98b800ce225c2bf60425c;hp=c045f048ba706537f4082712a9955562fdd3e3a6;hpb=a06459bd6b0e65c9b590dbdf6ed9349043119215;p=nikiroo-utils.git diff --git a/README.md b/README.md index c045f04..4d4900d 100644 --- a/README.md +++ b/README.md @@ -31,21 +31,21 @@ import jexer.*; public class MyApplication extends TApplication { public MyApplication() { - super(); + super(); - // Create an editor window that has support for - // copy/paste, search text, arrow keys, horizontal - // and vertical scrollbar, etc. - addEditor(); + // Create an editor window that has support for + // copy/paste, search text, arrow keys, horizontal + // and vertical scrollbar, etc. + addEditor(); - // Create standard menus for File and Window - addFileMenu(); - addWindowMenu(); + // Create standard menus for File and Window + addFileMenu(); + addWindowMenu(); } public static void main(String [] args) { - MyApplication app = new MyApplication(); - app.run(); + MyApplication app = new MyApplication(); + app.run(); } } ``` @@ -59,10 +59,8 @@ version 1.0: 0.0.1: -- Get a movable window on screen - - TWidget - - TWindow - - TLabel +- TMenu +- TButton 0.0.2: