Constructor Thread(String name)
Member of: java.lang.Thread
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 Thread procFile=new Thread("ExtractDTD") {
2 Thread procDTD=new Thread("ProcessJavaPackage") {
3 loginThread = new Thread("CVS_AUTHORIZING_THREAD") { // NOI18N
4 new Thread("Save") {
5 new Thread("CommunityNotificationThread") {
6 Thread printingThread= new Thread("Printing") { //$NON-NLS-1$
7 _inputThread = new Thread( "MPG123 Thread" )
8 new Thread ("CVS-ModuleSelection") {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.