Click here to Skip to main content
15,890,882 members
Home / Discussions / Java
   

Java

 
AnswerRe: telnet client source code Pin
jschell17-Feb-11 8:29
jschell17-Feb-11 8:29 
AnswerRe: telnet client source code Pin
RaviRanjanKr14-Apr-11 6:05
professionalRaviRanjanKr14-Apr-11 6:05 
QuestionJPanel and JScrollPane inheritance Pin
kassx14-Feb-11 20:18
kassx14-Feb-11 20:18 
AnswerRe: JPanel and JScrollPane inheritance Pin
TorstenH.15-Feb-11 21:10
TorstenH.15-Feb-11 21:10 
GeneralRe: JPanel and JScrollPane inheritance Pin
kassx15-Feb-11 21:35
kassx15-Feb-11 21:35 
GeneralRe: JPanel and JScrollPane inheritance Pin
TorstenH.16-Feb-11 2:06
TorstenH.16-Feb-11 2:06 
Questionforcing java functions to execute in sequence?? Pin
Alok Sharma ji13-Feb-11 19:31
Alok Sharma ji13-Feb-11 19:31 
AnswerRe: forcing java functions to execute in sequence?? Pin
Gerben Jongerius13-Feb-11 19:55
Gerben Jongerius13-Feb-11 19:55 
Java will execute the code in the exact same order as you write it. So if you have the calls to those two functions below one and other like:
<br />
{<br />
  functionshow_print_preview();<br />
  functionflush_table_and_refresh();<br />
}<br />

then they will be called in the following order:

  1. functionshow_print_preview
  2. functionflush_table_and_refresh


The only thing I can think of is that you start a seperate thread somewhere within either of these two functions causing them to be executed out of sync.
GeneralRe: forcing java functions to execute in sequence?? Pin
Alok Sharma ji13-Feb-11 20:28
Alok Sharma ji13-Feb-11 20:28 
GeneralRe: forcing java functions to execute in sequence?? Pin
TorstenH.13-Feb-11 20:43
TorstenH.13-Feb-11 20:43 
GeneralRe: forcing java functions to execute in sequence?? Pin
Alok Sharma ji14-Feb-11 0:17
Alok Sharma ji14-Feb-11 0:17 
QuestionHow Find and Replace in Text File [modified] Pin
navidnmc11-Feb-11 22:00
navidnmc11-Feb-11 22:00 
AnswerRe: How Find and Replace in Text File Pin
Nagy Vilmos11-Feb-11 23:12
professionalNagy Vilmos11-Feb-11 23:12 
Questioncodes for stignography Pin
himanshu111111-Feb-11 2:01
himanshu111111-Feb-11 2:01 
AnswerRe: codes for stignography Pin
Nagy Vilmos11-Feb-11 3:33
professionalNagy Vilmos11-Feb-11 3:33 
AnswerRe: codes for stignography Pin
Luc Pattyn11-Feb-11 3:39
sitebuilderLuc Pattyn11-Feb-11 3:39 
AnswerRe: codes for stignography Pin
RaviRanjanKr28-Feb-11 2:41
professionalRaviRanjanKr28-Feb-11 2:41 
QuestionReading image in java Pin
satizkumar9-Feb-11 0:41
satizkumar9-Feb-11 0:41 
GeneralRe: Reading image in java Pin
Manfred Rudolf Bihy9-Feb-11 4:14
professionalManfred Rudolf Bihy9-Feb-11 4:14 
AnswerRe: Reading image in java Pin
TorstenH.9-Feb-11 22:02
TorstenH.9-Feb-11 22:02 
QuestionHow to use GATE? implement the function Pin
lsxlhbsyl5-Feb-11 20:51
lsxlhbsyl5-Feb-11 20:51 
AnswerRe: How to use GATE? implement the function Pin
Richard MacCutchan5-Feb-11 21:28
mveRichard MacCutchan5-Feb-11 21:28 
AnswerRe: How to use GATE? implement the function Pin
TorstenH.8-Feb-11 3:39
TorstenH.8-Feb-11 3:39 
QuestionEncryption of Java-DB connection url?? Pin
Alok Sharma ji4-Feb-11 1:02
Alok Sharma ji4-Feb-11 1:02 
AnswerRe: Encryption of Java-DB connection url?? Pin
TorstenH.4-Feb-11 1:10
TorstenH.4-Feb-11 1:10 

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.