Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
java x 24
jsp x 4
Member Avatar for anusha88

hi,I don't know anything about JSP.I have actually developed my program in java which takes input from file and plots those values graphically.One part of the program contains moving text in a text box and the other part is a kind of a moving graph through a slider.Now the people …

Member Avatar for kvprajapati
0
118
Member Avatar for anusha88

i want to create a moving graph whose y value progresses with the slider value.i am confused whether to implement it using JFreechart.Is there a simpler method? How should i go about doing this?

Member Avatar for di2daer
0
187
Member Avatar for anusha88

hi,i have a unique problem.actually i wish to put a polarchart developed using JFreechart on the frame that already has components placed on it.What i want to do is to make the particular component overlap the polarchart. How can i do so? i thought of creating the polar chart using …

Member Avatar for kvprajapati
0
255
Member Avatar for anusha88

this program divides the array into 6 segments of two elements each.but with each iteration the new array is not overwritten and it keeps displaying the first two values of the array 'array' [CODE] class tryy { public static void main(String args[]) { double array[]={12.43,34.34,4.432,9.433,4.787,4.2987,57.93,4.279,8.379,83.472,8.9867,879.56}; for(int i=0;i<array.length;i++) { for(int j=0;j<(int)(array.length/6);j=j+2) …

Member Avatar for anusha88
0
192
Member Avatar for anusha88

i need to install JfreeChart but I can't understand much of what the installation manual says. Which folder should you extract the Jfreechart files.How to change the classpath etc? I can't seem to understand.terribly stuck!!can anyone please help

Member Avatar for anusha88
0
418
Member Avatar for anusha88

i wish to display the substrings of a string with each move for the Jslider.what is the way to achieve that/?

Member Avatar for crunchie
0
66
Member Avatar for anusha88

hii,im new to java graphics.can anyone tell me how to create a circular slider(like a Jslider just its circular in fashion).

Member Avatar for smilingruheena
0
92