Forum: Java Jul 15th, 2009 |
| Replies: 13 Views: 872 my problem is that the symbols i have are in a string.and now they need to be converted into an array of strings i.e each string array consists of a single character from the string.
... |
Forum: Java Jul 15th, 2009 |
| Replies: 13 Views: 872 hi,my previous doubt was solved but now i need to do another thing.This is a moving graph whose x-axis values corresponds to the slider value.now what i need to do is add a symbol beneath each ... |
Forum: Java Jul 10th, 2009 |
| Replies: 13 Views: 872 it worked........thanks a lot!!!that was a great help
:) |
Forum: Java Jul 10th, 2009 |
| Replies: 13 Views: 872 i did this but it gives me the graph for only the major ticks on the slider.i want it for each element.What should i do?is there any solution?:( |
Forum: Java Jul 10th, 2009 |
| Replies: 13 Views: 872 see i have done what you had told me.I also cleared mps from the exisiting data value each time the slider was moved.but the problem is still i cannot get the values plotted on the graph.
I also... |
Forum: Java Jul 9th, 2009 |
| Replies: 13 Views: 872 okay...but I don't think it works here.What else might be missing? |
Forum: Java Jul 9th, 2009 |
| Replies: 13 Views: 872 I have written the following code for moving graphs but the output that the graph shows is incorrect. also,the output does not change dynamically with the slider values.please help me.I'm working... |
Forum: Java Jul 9th, 2009 |
| Replies: 13 Views: 872 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? |
Forum: Java Jul 8th, 2009 |
| Replies: 8 Views: 360 Doing that is still not working...i can only see the chart....may be i shouldn't be using BorderLayout here. |
Forum: Java Jul 7th, 2009 |
| Replies: 8 Views: 360 i tried doing that but at a time only one component is visible.I want to place the component object exactly in the centre of the chart.
but just the chart appears.
here's the code snippet
... |
Forum: Java Jul 7th, 2009 |
| Replies: 8 Views: 360 |
Forum: Java Jul 7th, 2009 |
| Replies: 8 Views: 360 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... |
Forum: Java Jul 6th, 2009 |
| Replies: 2 Views: 186 |
Forum: Java Jul 6th, 2009 |
| Replies: 2 Views: 186 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'
... |
Forum: Java Jul 3rd, 2009 |
| Replies: 12 Views: 849 my class file is in the current directory but still it gives this error.
i compiled using
C:\Documents and Settings\Administrator>javac -classpath C:\jfreechart-1.0.13\li... |
Forum: Java Jul 3rd, 2009 |
| Replies: 12 Views: 849 hey thanks a lot...Sorry for the stupid questions asked.I'm a fairly new programmer.
the application file is compiled but when i try to run it it gives a "noclassdeffound" exception in main even... |
Forum: Java Jul 2nd, 2009 |
| Replies: 12 Views: 849 i have set the classpath using path in environment variable.and also tried
javac -classpath C:\Documents and Settings\Administrator\jfreechart-1.0.13\lib\jfreechart-1.013.jar myapplication.java
... |
Forum: Java Jul 2nd, 2009 |
| Replies: 12 Views: 849 no,im not using eclipse or net beans.how to go about then? |
Forum: Java Jul 2nd, 2009 |
| Replies: 12 Views: 849 I have downloaded Jcommon now.Though it said installing Jcommon wasd optional.But i still face the same problem.
Please help.I'm badly stuck. |
Forum: Java Jul 2nd, 2009 |
| Replies: 12 Views: 849 |
Forum: Java Jun 23rd, 2009 |
| Replies: 12 Views: 849 i have extracted the file using -xvf command.
But whenevr i try to run the demo using
java -jar jfreechart-1.0.13-demo.jar
it says "unable to access file.".also i can't understand ant compile... |
Forum: Java Jun 23rd, 2009 |
| Replies: 12 Views: 849 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... |
Forum: Java Jun 22nd, 2009 |
| Replies: 1 Views: 236 i wish to display the substrings of a string with each move for the Jslider.what is the way to achieve that/? |
Forum: Java Jun 18th, 2009 |
| Replies: 2 Views: 355 hii,im new to java graphics.can anyone tell me how to create a circular slider(like a Jslider just its circular in fashion). |