aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Java awt/swing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Java awt/swing" Watch "Java awt/swing" New topic
Author

Java awt/swing

Pradyumna Sahoo
Greenhorn

Joined: Feb 27, 2013
Posts: 20

Can any body help to improve this game . I want the game to be dynamic and multithreaded..

Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Define "dynamic". What, exactly, does the code do now, and what, exactly, do you want it to do?


Android appsImageJ pluginsJava web charts
Pradyumna Sahoo
Greenhorn

Joined: Feb 27, 2013
Posts: 20
thnks for your reply , it's a simple awt shooting game but it's static one(means the objects are not moving). I want the tanks as well as the targets to move at the same time. i.e mutithreading
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32654
    
    4
You cannot apply multiple threads to Swing components.
Suggest a Timer.

And please change the subject of this thread.
Pradyumna Sahoo
Greenhorn

Joined: Feb 27, 2013
Posts: 20
how do they develop games than!!!
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 4164
    
    3

Recommended reading: Concurrency in Swing.

Oh, and in this day and age you shouldn't be wasting time getting familiar with AWT. Swing superseded AWT more than ten years ago.

And if you want to be really cutting-edge, you should devote your time to learning JavaFX 2. It's still a little young, but maturing fast.


luck, db
There are no new questions, but there may be new answers.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Java awt/swing
 
Similar Threads
basic things with awt
Urgent Help Needed!!!!!! Homework due in 1 hour
tictactoe help
jdbc
Paint method is covering other layouts