I have a question about ArrayList
Example: I made a graphical interface in Java to register players in ArrayList
. after registration, the player goes to a Jlist
, then my question comes. I want to buy this player for my team, I select it and click on buy and in case this method buy I just used a remove. Would you like to remove it from the list of players that are for sale and put it on my Time ?