Native window decorations: added READMEs

This commit is contained in:
Karl Tauber
2021-03-09 19:08:53 +01:00
parent 2f01e01ec1
commit 61d0574c5c
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
FlatLaf Natives using JNA
=========================
This sub-project contains source code that uses
[JNA](https://github.com/java-native-access/jna) to access native operating
system API.
**Note:** Code in this sub-project is **not used** in FlatLaf libraries. It was
used to develop/test usage of some native operating system API in Java (with the
help of JNA) and was then converted to C++.