Roadmap
Polish
67%
Make JTablet easier to use. Since its a library which nobody (should) be directly interacting with, this essentially means making the install process as painless as possible. JTablet binaries should be provided that work on multiple platforms, and the makefile should be more able to handle the diverse environments it will be compiling in.
Stability
100%
2 closed (100%) 0 open (0%)
Get the Linux portion of the JTablet code working stably on Linux. Should be able to compile and run correctly under most distros.
Windows Compatibility
0%
0 closed (0%) 1 open (100%)
The Linux JTablet contains the Windows sourcecode as well as the Linux sourcecode. To keep things seperated, files exclusively related to the Windows version were moved into their own Win32 directory (while files exclusively related to the Linux version were moved into the X11 directory). This restructuring may have broken Windows build, and must be doublechecked (since this code will eventually be merged with the original).