This development library isn't strictly Wiibrew, but since it concerns the Wii peripherals, it rightly belongs here in the Wii blog. WiiRemoteJ is a library that allows the Wiimote and the Balance Board to interact with computers via Bluetooth , with Java as the medium. The library is now on version 1.4. The library's author, Cha0s , remarks that this library places special emphasis on multiple remote support. This is also the first release to feature Balance Board support, so please note that the Balance Board class doesn't have much functions yet. Included in the download below is the javadocs containing the necessary information for every public class, field, and method. For those who need the info, here is the changelog for WiiRemoteJ since its initial release from last year. 7/03/08 v1.4 Fixed bugs with multiple remotes Made Exceptions thrown when connecting via findRemote() propagate to user Added Balance Board support Updated README and LICENSE appropriately 2/24/08 v1.3 Improved thread cleanup after disconnect. Added ability to create "fake" WiiRemotes for use in initializing events Updated README and LICENSE 1/14/08 v1.2 Workaround for BlueSoleil bug added. GuitarExtension added 12/26/07 v1.1 Numerous bug fixes. I've forgotten what they all are. Added support for systems that don't have mice. 6/25/07 v1.0 Totally redid ButtonMaps to allow multiple types of actions (key presses, mouse clicks, and mouse scrolls) ...