Why there is no GUI API included in LeJOS NXJ API releases?
I am asking because I have not found any GUI Libraries and it's really blocking my work and I think I does so to many others.
Friendly
Robotic Platforms currently being used: 1. LEGO Mindstorms NXT v.2.0 2. Arduino Uno Projects currently under development: http://code.google.com/p/lego-mindstorms-3d-printing-machine/
OS: Linux (Ubuntu, Arch, Sabayon) | IDE: Eclipse (+LeJOS Plug-in) Java: Amateur User
You want to have a GUI on the NXT's screen? What kind of GUI classes are you expecting? For programs that run on the PC (and communicate with the NXT via USB or bluetooth), you can use Swing GUI components.
Robotic Platforms currently being used: 1. LEGO Mindstorms NXT v.2.0 2. Arduino Uno Projects currently under development: http://code.google.com/p/lego-mindstorms-3d-printing-machine/
OS: Linux (Ubuntu, Arch, Sabayon) | IDE: Eclipse (+LeJOS Plug-in) Java: Amateur User
But note, that this link only covers the documentation of the classes provided by leJOS. The JDK comes with many more, including Swing, and the documentation can be found here: http://docs.oracle.com/javase/7/docs/api/