Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone.
I want to make simple game in java and i use:-
1) text("NEXT", 50,50); --- to write text and
2) image("Popups.jpg", 50, 50); --- to insert an image

But what code do i use to remove it so that i can insert new text and image.
Posted
Updated 5-Dec-12 22:50pm
v2

1 solution

Where did you place the Components?

Normally one does place them on some kind of Panels - which can be repainted / refreshed and present a new status.

Please "improve question" and post a bit of your actual code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900