Forum: JSP Jul 20th, 2009 |
| Replies: 6 Views: 400 Sir,thank you so much for your advice.I have tried to implement the applet by creating a UI for file input.But now i have two problems
1.I'm getting runtime exceptions like this
xception in... |
Forum: JSP Jul 18th, 2009 |
| Replies: 6 Views: 400 is there a way i can incorporate my frame into the applet??
please help me with this.
I want the frame to be saved as an applet |
Forum: JSP Jul 17th, 2009 |
| Replies: 6 Views: 400 I have used a frame instead of an applet for the program.What can i do? |
Forum: JSP Jul 17th, 2009 |
| Replies: 6 Views: 400 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... |
Forum: Java Jul 15th, 2009 |
| Replies: 13 Views: 777 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: 777 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: 777 it worked........thanks a lot!!!that was a great help
:) |
Forum: Java Jul 10th, 2009 |
| Replies: 13 Views: 777 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: 777 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: 777 okay...but I don't think it works here.What else might be missing? |
Forum: Java Jul 9th, 2009 |
| Replies: 13 Views: 777 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: 777 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: 332 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: 332 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: 332 |
Forum: Java Jul 7th, 2009 |
| Replies: 8 Views: 332 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: 179 |
Forum: Java Jul 6th, 2009 |
| Replies: 2 Views: 179 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: 801 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: 801 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: 801 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: 801 no,im not using eclipse or net beans.how to go about then? |
Forum: Java Jul 2nd, 2009 |
| Replies: 12 Views: 801 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: 801 |
Forum: Java Jun 23rd, 2009 |
| Replies: 12 Views: 801 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: 801 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: 222 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: 340 hii,im new to java graphics.can anyone tell me how to create a circular slider(like a Jslider just its circular in fashion). |