Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / June 2007

Tip: Looking for answers? Try searching our database.

Re

Thread view: 
Kgbol - 17 Jun 2007 10:17 GMT
Ok, now this works fine, thanks very much. I was creating my thread
wrong. Funny is taht it was based on an example from a book:) It
should be as you said.

(new Thread(this)).start();

This program is just for testing how to paint in swing. Could you
explain me also, why in  "run()" method i can only use methods and
variables from the class that run method is used in.
Roedy Green - 29 Jun 2007 17:00 GMT
>(new Thread(this)).start();

This means start up another thread using the run method of this class.
Let us call that class T.

What happens when T.run accesses S.method()?  do you get a compile
time or run time error message?  what is it?  I think it that should
be perfectly kosher. The only problem is you need to specify the other
class name, S.

You could not get anything done if you were stuck to the methods of a
single class.

--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.