lejos.pc.tools
Class NXJBrowser
java.lang.Object
lejos.pc.tools.NXJBrowser
public class NXJBrowser
- extends Object
Graphical file browser for leJOS NXJ.
Supports uploading,, downloading, and deleting files.
Also supports running programs, defragging the file system
and setting the name of the NXT.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_FILES
public static final int MAX_FILES
- See Also:
- Constant Field Values
NXJBrowser
public NXJBrowser()
main
public static void main(String[] args)
run
public void run(String[] args)
throws TinyVMException,
NXTCommException
- Throws:
TinyVMException
NXTCommException
getFile
public void getFile(File file,
String fileName,
int size)
runProgram
public void runProgram(String fileName)
throws IOException
- Throws:
IOException
showMessage
public void showMessage(String msg)