From 59b6eb3827d0923ca7f753f4e36a153732ba1de1 Mon Sep 17 00:00:00 2001 From: Macocian Adrian Radu <34056556+macocianradu@users.noreply.github.com> Date: Wed, 18 May 2022 15:22:11 +0200 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5179cee --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# javaGUItoolkit +A cross-platform JAVA GUI toolkit with concrete MVC support + +The Java Interaction +Separation Toolkit (JIST) was developed with the intention +of having a lightweight, cross-platform and support for a +declarative UI. By using the WORA aspect of Java most of +the desktop platforms are covered. It features XML support +for describing user interfaces in a more natural way than the +classic wall of text associated with the native code-behind +approach. + +![demo-gig](./resources/jistdemo.gif)