adding scrollpanel with rectangle bar where some string charecter is continuously moving
in
Programming Questions
•
7 months ago
Hello there,
It will be really really helpful if someone can guide me in my problem. I am learning processing at the moment and kind of stuck in a problem. I am trying to use scrollpanel in my rectangle bar where some string character has been reading and passing by continuously. As my scrollpanel declares int value and character in rectangle bar is string array so i am not sure how i can map both of them so that i can scroll back my panel to see what character has been passed by.
the code looks like this..
void draw_intervals(ArrayList intervals, int row, String lable, color[] colors, String[] short_rel)
this is the function which is giving value to draw data in character form.
the code is kind of big so i am not sure whether it make any sense to write my code here !!
Any guidance will be appreciated.
1