Okay so I posted my first large project a few weeks ago (2 or 3 i think) and now I finished another one! It is smaller then the 1st (about half the size) but still pretty cool I think. Anyway. It is called uCount and it is something I put together to help someone practice/learn to count cards (for blackjack purposes). I watched the movie 21 the other day and decided to put together a little program that flips through a deck (or decks) and keeps the count for you. You can hide the count so you can practice and then view it when you want to to check yourself.
There are 4 different decks of cards you can use if you want to mix up the images and I made alt+left arrow and right arrow short cuts for flipping through faster. anyway here is the program, feedback would be greatly appreciated! Thanks for looking.
Comment 1 - Have a README. You have batch file to run the program, but no README to tell you to run the batch file and to say what is inside the batch file. People have (hopefully by now) been trained to not just double-click stuff.
Comment 2 - Have a batch file to COMPILE the files, then run them. Yes, and this contradicts my first comment, I was dumb (or trusting) enough, to double-click a batch file that ran a .class file that contained God-knows-what, but hopefully just the card counting game. Yes, I know the risks, but I did it anyway, I guess I just trust the people on Daniweb. The point is that most people are either smarter or less trusting (the two could well be the same in this instance) and won't click the batch file.
Comment 3 - The deck image change doesn't do anything MID-GAME. You have to do it before the game starts. You need to grey it out or give a warning message that the deck image change won't happen until you reshuffle or whatever. Otherwise people won't know that and just assume it doesn't work.
Comment 4 - The "About uCount" option opens a frame that isn't big enough to see all of the text and there's no scroll option. You have to manually drag to esize. Make the frame big enough or make it scrollable.
Comment 5 - And this is probably too picky, but you wanted fedback, so what the hell. I'd put the "Exit" option under "File", but the other two options don't really have anything to do with files, so make another pull down menu called "Game" and put the "New Shuffle" and "Change Deck Image" options there. Stuff like "Open", "Save", "Save As" should go in the File menu.