Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q4022 How do I make stand alone ATW applications?

irt.org | Knowledge Base | Java | Q4022 [ previous next ]

Q4022 How do I make stand alone ATW applications?

Your main application class should inherit from Frame and it it uses threads it should also implement runnable:

class MyAWTapp extends Frame implements Runnable {
....
}

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 6th July 2009. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2009 irt.org, All Rights Reserved.