hi all,
i want automate my program that draws a helical wheel in applet what are the methods to do that.
User Profile
Collapse
-
hi ,
thanks have got it....... -
hi ,
thanks , yes res is an instance variable. since assigning is a void method it cant return residue. so i have assigned a value to that. so how could i get the
value for all the character. is there any other method that could be used.
but as u ve said if it will return only result of the last character then i shuld have to get that a single residue to be painted. but i am getting 10 residues (lenght of the hydrop)...Leave a comment:
-
java - problem in execution
hi all ,
I have used switch case to check whether a particular character is present in another array of characters. i want the code to do if the particular character is found then paint function is called and the character is given a colour. but what happens is that the if loop in paint method is not getting executed. also the else codition in the paint method paints for the number of characters present in the array. (but the check is proper... -
hello hirak,
thanks for your reply
the problem is in comparing the two arrays. in the if(str1 == hydrob[j]) which is not efficient to compare the arrays and results in false results.
thanks
reva...Leave a comment:
-
hello jos,
thanks for your guidence but i cant get what you want to implemnt and where it should be done.
is there any other method to do by slightly modifying the code that ive written....?
thanks again
reva...Leave a comment:
-
how to compare between two array of character arrays
hi all!!
can any one please help me in checking the two character arrays.
in my code i need to compare a character array(seq) to that of hydrob and hydrop . if the seq has hydrob then it should be given a different colour. if it has a hydrop then it should be assigned a different colour. if the sequence does not have a character that is neither in hydrob and hydrop then they shuld be given a separate colour.
...Code:for (int
No activity results to display
Show More
Leave a comment: