Blame README

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