Hi, I built a program to watch multiple NXT's kind of like NXJBrowse and NXJMoniter but combined and with what I think is a better interface. Its called NXTCommander (mainly because I couldn't think of a better name and it was going to be called NXTCommand until I realised that a main lejos library was called that). I built it while trying to work out java, java swing and lejos and thought it would be a perfect project to combine all 3. If you want to download it and try it, it has 2 source files my own modified version of the NXTCommand class called NXTCommandChris and the main class called NXTCommanderV3 (the V3 is because this is the 3rd version, the other 2 don't work). I apologize in advance for the messy code and the lack of comments I would have put in some but some of the code is taken from NXJBrowse and I don't understand it myself that well.
There are lots of commented out methods and code, as i was learning how to use java at the time I was experimenting with lots of swing stuff so just ignore all the commented out methods.
There are a few things that don't work as well:
The sound sensor hasn't been implemented
When you chose a sensor for a port you need to re-size the screen for it to start updating.
The change name method doesn't work (If anyone could tell me why this would be appreciated
I would like to be able to control motors with the program but cant see how this is possible can anyone advise me on this (Fixed in V5)
If you have any problems just reply to this post. Have fun!
Chris
Click here to download V3!
Click here to download V5! The New One (Link now does work)