User Profile

Collapse

Profile Sidebar

Collapse
reva
reva
Last Activity: Apr 17 '07, 06:40 PM
Joined: Apr 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • reva
    started a topic Automation in java
    in Java

    Automation in java

    hi all,
    i want automate my program that draws a helical wheel in applet what are the methods to do that.
    See more | Go to post

  • reva
    replied to java - problem in execution
    in Java
    hi ,
    thanks have got it.......
    See more | Go to post

    Leave a comment:


  • reva
    replied to java - problem in execution
    in Java
    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)...
    See more | Go to post

    Leave a comment:


  • reva
    started a topic java - problem in execution
    in Java

    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...
    See more | Go to post

  • 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...
    See more | Go to post

    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...
    See more | Go to post

    Leave a comment:


  • reva
    started a topic how to compare between two array of character arrays
    in Java

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...