Click here to Skip to main content
15,903,854 members
Home / Discussions / Java
   

Java

 
Questionmultiplatform systems peer to peer LAN Mesengger Pin
Member 105671503-Feb-14 18:17
Member 105671503-Feb-14 18:17 
SuggestionRe: multiplatform systems peer to peer LAN Mesengger Pin
Richard MacCutchan3-Feb-14 21:57
mveRichard MacCutchan3-Feb-14 21:57 
GeneralRe: multiplatform systems peer to peer LAN Mesengger Pin
Member 105671505-Feb-14 17:13
Member 105671505-Feb-14 17:13 
GeneralRe: multiplatform systems peer to peer LAN Mesengger Pin
Richard MacCutchan5-Feb-14 22:25
mveRichard MacCutchan5-Feb-14 22:25 
GeneralRe: multiplatform systems peer to peer LAN Mesengger Pin
Member 105671509-Feb-14 17:09
Member 105671509-Feb-14 17:09 
GeneralRe: multiplatform systems peer to peer LAN Mesengger Pin
Member 1056715010-Feb-14 17:30
Member 1056715010-Feb-14 17:30 
QuestionJava Code for converting RGB image to Ycbcr image Pin
Member 105657221-Feb-14 20:30
Member 105657221-Feb-14 20:30 
SuggestionRe: Java Code for converting RGB image to Ycbcr image Pin
Richard MacCutchan1-Feb-14 21:39
mveRichard MacCutchan1-Feb-14 21:39 
This is the third time you have posted this question; please post only once. Also it is very difficult to read unformatted code blocks. Please edit your question, indent your code properly and add <pre> tags around it so it looks like:
Java
try {
    if (grabber.grabPixels() != true) {
try {
    throw new AWTException("Grabber returned false: " + grabber.getStatus());
} catch (final Exception e) {};

Note that your null catch clause in the above is not good practice as it means you will ignore all the errors that get thrown.

Also you need to do some diagnosis of your own on this and explain to us what results you expect, what results you actually get, and where in the code the problems occur.
Veni, vidi, abiit domum

AnswerRe: Java Code for converting RGB image to Ycbcr image Pin
SOHAM_GANDHI3-Feb-14 5:25
SOHAM_GANDHI3-Feb-14 5:25 
QuestionJava Code for Wavelet Transform based algorithm for Image inpainting Pin
Member 105657221-Feb-14 18:59
Member 105657221-Feb-14 18:59 
QuestionImage inpainting Using Wavelet Transform in Java-Project Pin
Member 105657221-Feb-14 18:51
Member 105657221-Feb-14 18:51 
AnswerMessage Closed Pin
1-Feb-14 19:17
professionalPeter Leow1-Feb-14 19:17 
GeneralRe: Image inpainting Using Wavelet Transform in Java-Project Pin
Member 105657221-Feb-14 19:43
Member 105657221-Feb-14 19:43 
GeneralRe: Image inpainting Using Wavelet Transform in Java-Project Pin
Peter Leow1-Feb-14 20:19
professionalPeter Leow1-Feb-14 20:19 
GeneralRe: Image inpainting Using Wavelet Transform in Java-Project Pin
Member 105657221-Feb-14 20:33
Member 105657221-Feb-14 20:33 
QuestionRe: psd to jpg or png conversion Pin
Shahid abbasi31-Jan-14 1:33
Shahid abbasi31-Jan-14 1:33 
SuggestionRe: psd to jpg or png conversion Pin
Richard MacCutchan31-Jan-14 2:53
mveRichard MacCutchan31-Jan-14 2:53 
Questionjava project Pin
sairam209329-Jan-14 16:47
sairam209329-Jan-14 16:47 
QuestionRe: java project Pin
thatraja29-Jan-14 19:53
professionalthatraja29-Jan-14 19:53 
Questionjava program for finding network printer ink status dynamically Pin
Member 1054008129-Jan-14 0:56
Member 1054008129-Jan-14 0:56 
AnswerRe: java program for finding network printer ink status dynamically Pin
Richard MacCutchan29-Jan-14 2:46
mveRichard MacCutchan29-Jan-14 2:46 
QuestionScriptable Java Applications Pin
Otto Grunf28-Jan-14 8:07
Otto Grunf28-Jan-14 8:07 
AnswerRe: Scriptable Java Applications Pin
jschell28-Jan-14 10:32
jschell28-Jan-14 10:32 
GeneralRe: Scriptable Java Applications Pin
Otto Grunf29-Jan-14 8:10
Otto Grunf29-Jan-14 8:10 
GeneralRe: Scriptable Java Applications Pin
jschell30-Jan-14 8:09
jschell30-Jan-14 8:09 

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.