Click here to Skip to main content
15,922,309 members
Home / Discussions / Java
   

Java

 
AnswerRe: creating a class with coding_?. Pin
jschell11-Aug-11 13:13
jschell11-Aug-11 13:13 
GeneralRe: creating a class with coding_?. Pin
quartaela12-Aug-11 12:43
quartaela12-Aug-11 12:43 
GeneralRe: creating a class with coding_?. Pin
quartaela12-Aug-11 12:44
quartaela12-Aug-11 12:44 
AnswerRe: creating a class with coding_?. Pin
David Skelly11-Aug-11 22:17
David Skelly11-Aug-11 22:17 
GeneralRe: creating a class with coding_?. Pin
quartaela13-Aug-11 3:32
quartaela13-Aug-11 3:32 
QuestionJfreechart with jsp and servlet giving error Pin
cmaheshwari1611-Aug-11 0:13
cmaheshwari1611-Aug-11 0:13 
AnswerRe: Jfreechart with jsp and servlet giving error Pin
Gerben Jongerius11-Aug-11 20:22
Gerben Jongerius11-Aug-11 20:22 
GeneralRe: Jfreechart with jsp and servlet giving error Pin
cmaheshwari1611-Aug-11 23:03
cmaheshwari1611-Aug-11 23:03 
All things are correct it is giving error in the below code of line

final JFreeChart chart = ChartFactory.createAreaChart("Area Chart", "", "Value", dataset, PlotOrientation.VERTICAL,true, true, false);

telling that
The method createAreaChart(String, String, String, CategoryDataset, PlotOrientation,
boolean, boolean, boolean) in the type ChartFactory is not applicable for the arguments
(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean)


everything is correct seems, dont bother about the names these are correct, also CategoryDataset and the PlotOrientation are correct

I have given the warning and error in the underline lines above.

||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Regards
Chandan
QuestionJAAS Question Pin
AndreFratelli10-Aug-11 9:12
AndreFratelli10-Aug-11 9:12 
QuestionExecute commands in putty prompt through java Pin
kartikdasani10-Aug-11 4:13
kartikdasani10-Aug-11 4:13 
AnswerRe: Execute commands in putty prompt through java Pin
Nagy Vilmos10-Aug-11 5:25
professionalNagy Vilmos10-Aug-11 5:25 
AnswerRe: Execute commands in putty prompt through java Pin
David Skelly10-Aug-11 22:24
David Skelly10-Aug-11 22:24 
QuestionHow to use jFreechart in struts2 Pin
cmaheshwari169-Aug-11 19:24
cmaheshwari169-Aug-11 19:24 
AnswerRe: How to use jFreechart in struts2 Pin
cmaheshwari1611-Aug-11 0:01
cmaheshwari1611-Aug-11 0:01 
QuestionCheck if a program is installed on Linux or Mac Pin
CodeGust8-Aug-11 16:59
CodeGust8-Aug-11 16:59 
AnswerRe: Check if a program is installed on Linux or Mac Pin
Richard MacCutchan8-Aug-11 21:29
mveRichard MacCutchan8-Aug-11 21:29 
AnswerRe: Check if a program is installed on Linux or Mac Pin
jschell10-Aug-11 9:48
jschell10-Aug-11 9:48 
GeneralRe: Check if a program is installed on Linux or Mac Pin
David Skelly10-Aug-11 22:16
David Skelly10-Aug-11 22:16 
GeneralRe: Check if a program is installed on Linux or Mac Pin
jschell11-Aug-11 12:53
jschell11-Aug-11 12:53 
GeneralRe: Check if a program is installed on Linux or Mac Pin
David Skelly11-Aug-11 22:07
David Skelly11-Aug-11 22:07 
Questionajax popup Pin
sundarkarthi5-Aug-11 2:19
sundarkarthi5-Aug-11 2:19 
AnswerRe: ajax popup Pin
TorstenH.5-Aug-11 2:51
TorstenH.5-Aug-11 2:51 
Questionare there any functions in java like ispunct, isspace in C_? Pin
quartaela4-Aug-11 1:54
quartaela4-Aug-11 1:54 
AnswerRe: are there any functions in java like ispunct, isspace in C_? Pin
Richard MacCutchan4-Aug-11 2:48
mveRichard MacCutchan4-Aug-11 2:48 
GeneralRe: are there any functions in java like ispunct, isspace in C_? Pin
quartaela4-Aug-11 2:57
quartaela4-Aug-11 2:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.