| Author |
threads in applet
|
Mikhilesh sekhar
Greenhorn
Joined: Sep 12, 2010
Posts: 3
|
|
|
How to implement thread in java.
|
 |
Soumyajit Hazra
Ranch Hand
Joined: Jun 26, 2007
Posts: 136
|
|
|
Read Head First Java. Come back with more specific question.
|
Java Programmer | SCJP 1.5 | SCWCD 1.4
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32830
|
|
Welcome to JavaRanch Mikhilesh sekhar.
Also have a look at the Java™ Tutorials.
|
 |
subhash kumar
Ranch Hand
Joined: Jul 14, 2010
Posts: 63
|
|
What exactly your requirement is ?
come up with some starting tell specific what is the need.
|
Subhash Kumar
Attitude is everything
|
 |
Mikhilesh sekhar
Greenhorn
Joined: Sep 12, 2010
Posts: 3
|
|
HI...
Can anybody help me.. i am a java beginner... i studied complete reference book and headfirst java books....and some parts of other books of java too.. but still iam facing difficulty to develop a simple calculator using swings...i want to add adapater class..i added in lots of way al wat i hjave done is showing me errors... i am fully ****** off... dont know what to do... please atleast to give exit function to the exit key... i just want to know how to give make an action handling adapter ii the below given program...
thanks......
// Snip
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
|
Please post only relevant code. How you create your interface isn't relevant. And when posting code please UseCodeTags.
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32830
|
|
You appear to be asking two different questions. One about threads, the other about a calculator. You would not usually use threads with a calculator.
For a Swing (not swings) application, you need to start small. Start with a simple frame, then add buttons, etc.
|
 |
 |
|
|
subject: threads in applet
|
|
|