Click here to Skip to main content
15,887,267 members
Home / Discussions / Java
   

Java

 
AnswerRe: C to Java translation Pin
jschell13-Jan-14 9:25
jschell13-Jan-14 9:25 
QuestionResize objects from an ArrayList Pin
ririsuperstar11-Jan-14 4:44
ririsuperstar11-Jan-14 4:44 
Questionjava technology Pin
Member 1051702110-Jan-14 16:25
Member 1051702110-Jan-14 16:25 
AnswerRe: java technology Pin
Richard Andrew x6410-Jan-14 16:44
professionalRichard Andrew x6410-Jan-14 16:44 
GeneralRe: java technology Pin
Richard MacCutchan10-Jan-14 22:11
mveRichard MacCutchan10-Jan-14 22:11 
AnswerRe: java technology Pin
Richard MacCutchan10-Jan-14 22:11
mveRichard MacCutchan10-Jan-14 22:11 
QuestionWould like to retrieve RGB pixel values from another method but couldn't retrieve it Pin
nurul azila9-Jan-14 5:02
nurul azila9-Jan-14 5:02 
QuestionRe: Would like to retrieve RGB pixel values from another method but couldn't retrieve it Pin
Richard MacCutchan9-Jan-14 21:17
mveRichard MacCutchan9-Jan-14 21:17 
Yout compareHexaRGB method does nothing so serves no purpose. I am not sure what display_imgHex2 is supposed to do, but why do you need to convert pixels to strings in order to compare them? Why not just something like:
Java
if(pixel1[i][j] == pixel2[i][j]))

You seem to be creating something that is far more complicated than necessary.
Veni, vidi, abiit domum

QuestionProblem is to classify whether the video on YouTube is harassment type or not... Pin
nishaaggarwal8-Jan-14 22:39
nishaaggarwal8-Jan-14 22:39 
QuestionRe: Problem is to classify whether the video on YouTube is harassment type or not... Pin
Richard MacCutchan8-Jan-14 23:39
mveRichard MacCutchan8-Jan-14 23:39 
QuestionCode to convert from C# to Java (with goto) Pin
Kujtim Hyseni8-Jan-14 9:00
Kujtim Hyseni8-Jan-14 9:00 
AnswerRe: Code to convert from C# to Java (with goto) Pin
gettgotcha8-Jan-14 9:20
gettgotcha8-Jan-14 9:20 
AnswerRe: Code to convert from C# to Java (with goto) Pin
Richard MacCutchan8-Jan-14 22:24
mveRichard MacCutchan8-Jan-14 22:24 
GeneralRe: Code to convert from C# to Java (with goto) Pin
Kujtim Hyseni9-Jan-14 1:45
Kujtim Hyseni9-Jan-14 1:45 
GeneralRe: Code to convert from C# to Java (with goto) Pin
Richard MacCutchan9-Jan-14 1:52
mveRichard MacCutchan9-Jan-14 1:52 
QuestionTool for generating JNI (calling C/C++ code from java) Pin
doofx8-Jan-14 3:19
doofx8-Jan-14 3:19 
AnswerRe: Tool for generating JNI (calling C/C++ code from java) Pin
Richard MacCutchan8-Jan-14 6:09
mveRichard MacCutchan8-Jan-14 6:09 
GeneralRe: Tool for generating JNI (calling C/C++ code from java) Pin
doofx8-Jan-14 6:25
doofx8-Jan-14 6:25 
GeneralRe: Tool for generating JNI (calling C/C++ code from java) Pin
Richard MacCutchan8-Jan-14 6:44
mveRichard MacCutchan8-Jan-14 6:44 
GeneralRe: Tool for generating JNI (calling C/C++ code from java) Pin
doofx8-Jan-14 8:13
doofx8-Jan-14 8:13 
QuestionError in JFrame while Drawing Graphics2D Pin
f2630-Dec-13 19:54
f2630-Dec-13 19:54 
AnswerRe: Error in JFrame while Drawing Graphics2D Pin
Richard MacCutchan30-Dec-13 23:06
mveRichard MacCutchan30-Dec-13 23:06 
GeneralRe: Error in JFrame while Drawing Graphics2D Pin
f2630-Dec-13 23:57
f2630-Dec-13 23:57 
Questionfinger prints (Bio Metrics) Pin
Member 1048716225-Dec-13 6:11
Member 1048716225-Dec-13 6:11 
AnswerRe: finger prints (Bio Metrics) Pin
jschell25-Dec-13 8:26
jschell25-Dec-13 8:26 

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.