if(h == null || h.length() == 0){
height = 1;
}
else
{height = h;}
if(w == null || w.lenght() == 0){
width = 1;
}
else
{width = w;}
I see that I'm getting an error that the "==" operator cannot be applied to a double. What could I use in place?

New Topic/Question
Reply




MultiQuote








|