1# Abstract Windowing Toolkit
2
3"Abstract" windowing thing. UNO implementations of windowing stuff so that it
4can be used from Basic or Java. But also stuff that has no connection to Basic
5or Java.
6
7## Notes
8
9The "awt" here has no relation to the Java AWT, as far as I know. It
10might be inspired by it API-wise, perhaps. (If you know differently, feel free
11to improve this `README.md` file.)
12
13Also note that `toolkit/` is itself not really a toolkit, it is at root a
14reasonably simple wrapper of `vcl/`. If you came here looking for a
15toolkit, please look at `vcl/` instead.
16