Command line options

Night Vision can be invoked at the command line by typing:

  java -jar nvj.jar [options]
or
  java -cp nvj.jar nvj.Nvj [options]

where [options] (which of course are optional) can be:
/swapmouse Swaps the left and right mouse buttons. Normally the right mouse button is used for identifying an object, and the left mouse button is used for centering and zooming (unless other software has pre-swapped the mouse buttons). This option swaps the buttons.
/noantialias Cancels text smoothing (antialiasing), which is normally not desired, but does speed up the program slightly. It is included because one of the Java environments this program was tested on did not handle antialiasing correctly.
/shadehorizon Replaces the on-screen horizon cross-hatching with shading.

A '-' can be used in place of the '/'. Options are not case sensitive.