Blame README

Packit ffe0d2
Java ATK Wrapper is a implementation of ATK by using JNI technic.
Packit ffe0d2
It converts Java Swing events into ATK events, and sends these events to
Packit ffe0d2
ATK-Bridge.
Packit ffe0d2
Packit ffe0d2
JAW is part of the Bonobo deprecation project. By talking to ATK-Bridge, it
Packit ffe0d2
keeps itself from being affected by the change of underlying communication
Packit ffe0d2
mechanism.
Packit ffe0d2
Packit ffe0d2
JAW consists of two major parts:
Packit ffe0d2
Packit ffe0d2
wrapper:  the Java library that listens to Swing events, and adapting JAAPI
Packit ffe0d2
          to fit the interfaces of ATK
Packit ffe0d2
Packit ffe0d2
jni:      the C library that converts Swing events into GSignals and talks
Packit ffe0d2
          to ATK-Bridge
Packit ffe0d2