Java version of Menu generate version 02.

Java GUI Menu gen, will generate each section in sub-menus. At this time it makes sub menu's for each company and each controller. I will add an option latter not to go so deep.

New in this version is the ability to search though .zip file and .a78 files. So you can leave them zipped up and it can strip off the header of .a78 files. Also new, this version will no longer move bin files but instead copy the information in to new bin files.
Also new, in this version will have two directories to search for roms. So you can point them to both paths of the emulator (mess\software\a2600 and mess\software\a7800)

The source code for this is not fully commented; Sorry.
Take these down-loads:
CC2MenuGen02.zip this is the java executable.
Current CC2 ROM database.
CC2 Icon file. file. Use this to change the Icon in windows. (please do not use icon or picture for anything other than for CC2 functions)

Create a directory and put the CC2MenuGen.jar, CC2ROMDB.TXT (from the zip file) and icon in it.
Double click on CC2MenuGen.jar file. If this does not work, you probably do not have java installed, or you do not have javaw assosiated with jar files.
Here is the CC2MenuGen java code version 02..