(Using Applet, GUI, Event Handling, Collection, Graphics)
A JAVA program is needed to model a card deck. There is a GUI
interface with the following
components:
Remove button Once this button is pressed, a card is removed from the
top of the
deck and it is given out to a player
Return button Once this button is pressed, the returned card is added
to the
bottom of the deck. As each card is returned, its card face is also
displayed on the GUI interface.
Write a JAVA Applet which implements this specification.
thank you to reply back.