This is a Multiplayer version of Blackjack.
First select a bet amount for each player using the Choice component. The Label to the left of the Choice selector for each player shows the player's current bankroll or maximum allowed bet. When all bets are set, click on the "Deal" Button to play a new hand.
The game highlights the current hand to be played (by displaying the background in yellow) and enables the option Buttons ("Stand", "Hit", "Double Down", and "Split") allowed for that hand. Select the desired option by clicking on the appropriate Button.
Once all hands have been played, the dealer's hand is "hit" until it totals at least 17 and then all bets are settled.
By: Josh Piermarini and Shaun Bevere.
Java Project December 1999.