Click here to Skip to main content
15,908,834 members
Home / Discussions / Java
   

Java

 
AnswerRe: Use of Assert Pin
naief1-Dec-10 8:18
naief1-Dec-10 8:18 
Questionmathematical symbol Pin
pipu12326-Oct-10 22:58
pipu12326-Oct-10 22:58 
AnswerRe: mathematical symbol Pin
Richard MacCutchan27-Oct-10 2:55
mveRichard MacCutchan27-Oct-10 2:55 
GeneralRe: mathematical symbol Pin
pipu12327-Oct-10 4:53
pipu12327-Oct-10 4:53 
GeneralRe: mathematical symbol Pin
Richard MacCutchan27-Oct-10 5:27
mveRichard MacCutchan27-Oct-10 5:27 
GeneralRe: mathematical symbol Pin
David Skelly27-Oct-10 22:32
David Skelly27-Oct-10 22:32 
QuestionJava Interface Componants Pin
kanishka_300026-Oct-10 19:36
kanishka_300026-Oct-10 19:36 
AnswerRe: Java Interface Componants Pin
Richard MacCutchan26-Oct-10 22:13
mveRichard MacCutchan26-Oct-10 22:13 
This is all handled by the Framework in the JVM. The Java application is handed events, messages etc by the JVM as long as it remains active. The application continues to run until it receives a message to close itself or is closed by the Framework.


kanishka_3000 wrote:
Couldn't find any loop which waits for input events any where in Swing or awt code


You do not need a loop, you just need handlers for all the events that your program handles. Any events that you do not handle are disposed of by the default handler in the framework. You may find it useful to review some of the tutorials here[^] for further information.
Just say 'NO' to evaluated arguments for diadic functions! Ash

GeneralRe: Java Interface Componants Pin
kanishka_300027-Oct-10 2:30
kanishka_300027-Oct-10 2:30 
GeneralRe: Java Interface Componants Pin
Richard MacCutchan27-Oct-10 2:37
mveRichard MacCutchan27-Oct-10 2:37 
Questioncoding for implementing antivirus software [modified] Pin
kulbhushan125-Oct-10 1:16
kulbhushan125-Oct-10 1:16 
AnswerRe: coding for implementing antivirus software Pin
Cedric Moonen25-Oct-10 1:37
Cedric Moonen25-Oct-10 1:37 
QuestionPassing Parameters in Methods Pin
vidhyaej25-Oct-10 0:25
vidhyaej25-Oct-10 0:25 
AnswerRe: Passing Parameters in Methods Pin
Alok Sharma ji25-Oct-10 0:46
Alok Sharma ji25-Oct-10 0:46 
GeneralRe: Passing Parameters in Methods Pin
vidhyaej25-Oct-10 2:08
vidhyaej25-Oct-10 2:08 
GeneralRe: Passing Parameters in Methods Pin
Gerben Jongerius25-Oct-10 3:03
Gerben Jongerius25-Oct-10 3:03 
AnswerRe: Passing Parameters in Methods Pin
Richard MacCutchan25-Oct-10 6:16
mveRichard MacCutchan25-Oct-10 6:16 
QuestionHow to capture image via web cam and display in JAVA/JSP/Servlet Pin
Alok Sharma ji24-Oct-10 23:38
Alok Sharma ji24-Oct-10 23:38 
AnswerRe: How to capture image via web cam and display in JAVA/JSP/Servlet Pin
Gerben Jongerius25-Oct-10 2:56
Gerben Jongerius25-Oct-10 2:56 
GeneralRe: How to capture image via web cam and display in JAVA/JSP/Servlet Pin
Alok Sharma ji25-Oct-10 21:03
Alok Sharma ji25-Oct-10 21:03 
Generalabt java project Pin
cool_vishwas23-Oct-10 18:20
cool_vishwas23-Oct-10 18:20 
GeneralRe: abt java project Pin
Peter_in_278023-Oct-10 18:35
professionalPeter_in_278023-Oct-10 18:35 
GeneralRe: abt java project Pin
Richard MacCutchan23-Oct-10 21:52
mveRichard MacCutchan23-Oct-10 21:52 
GeneralRe: abt java project Pin
Cedric Moonen24-Oct-10 20:41
Cedric Moonen24-Oct-10 20:41 
GeneralRe: abt java project Pin
_Erik_25-Oct-10 4:58
_Erik_25-Oct-10 4:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.