0

Hi i want to create different objects and place them in a single JFrame. There will be same type objects and different type objects. They change their place and existing by time. Do you have any example or documentation for this? Thank you.

1 Answer 1

1

Please review the Java Swing tutorial here.

Try to be more specific with your question 'There will be same type objects and different type objects. They change their place and existing by time' won't make much sense to people who are used to programming and their daily work involves writing code.

Sign up to request clarification or add additional context in comments.

2 Comments

Initially there will be random number 2D robots in area. They will throw projectile. If they will be shooted they kill and disable.
This is a programming question. You need to figure out how to implement the 2D robots to do this. Please refer to this link for Java Swing examples. You may consider using JavaFX for this as well incase you decide not use Java Swing.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.