Click here to Skip to main content
15,904,503 members
Home / Discussions / Java
   

Java

 
AnswerRe: problem with inheritance Pin
angrybobcat29-Sep-13 9:57
angrybobcat29-Sep-13 9:57 
AnswerRe: problem with inheritance Pin
Vivek Vermani13-Jan-14 12:04
Vivek Vermani13-Jan-14 12:04 
QuestionPlease Help with a Java code Pin
Adewagold16-Sep-13 22:01
Adewagold16-Sep-13 22:01 
AnswerRe: Please Help with a Java code Pin
Richard MacCutchan17-Sep-13 0:33
mveRichard MacCutchan17-Sep-13 0:33 
AnswerRe: Please Help with a Java code Pin
Member 1028017517-Sep-13 7:04
Member 1028017517-Sep-13 7:04 
QuestionJSpinner Value into Database? Pin
chdboy15-Sep-13 19:46
chdboy15-Sep-13 19:46 
AnswerRe: JSpinner Value into Database? Pin
Richard MacCutchan15-Sep-13 21:20
mveRichard MacCutchan15-Sep-13 21:20 
GeneralRe: JSpinner Value into Database? Pin
chdboy15-Sep-13 21:31
chdboy15-Sep-13 21:31 
Here is the code ,how I'm saving the JSpinner value

Java
statement.setString(27,JSpinner.getValue());


Under setString red line and the error is
The method setString(int, String) in the type PreparedStatement is not applicable for the arguments (int, Object)


and Under
Java
JSpinner.getValue()
red line and error says

Cannot make a static reference to the non-static method getValue() from the type JSpinner

GeneralRe: JSpinner Value into Database? Pin
Richard MacCutchan15-Sep-13 21:43
mveRichard MacCutchan15-Sep-13 21:43 
GeneralRe: JSpinner Value into Database? Pin
chdboy17-Sep-13 3:46
chdboy17-Sep-13 3:46 
GeneralRe: JSpinner Value into Database? Pin
Richard MacCutchan17-Sep-13 3:55
mveRichard MacCutchan17-Sep-13 3:55 
Questionjoin Pin
Member 1027264513-Sep-13 7:32
Member 1027264513-Sep-13 7:32 
AnswerRe: join Pin
jschell13-Sep-13 11:39
jschell13-Sep-13 11:39 
AnswerRe: join Pin
Richard MacCutchan13-Sep-13 22:46
mveRichard MacCutchan13-Sep-13 22:46 
QuestionSEVERE: Error listenerStart Pin
r_mohd13-Sep-13 5:59
r_mohd13-Sep-13 5:59 
AnswerRe: SEVERE: Error listenerStart Pin
Richard MacCutchan13-Sep-13 6:36
mveRichard MacCutchan13-Sep-13 6:36 
QuestionHow we can call the hypercalls from the c program. Pin
cooldharma0613-Sep-13 1:22
cooldharma0613-Sep-13 1:22 
AnswerRe: How we can call the hypercalls from the c program. Pin
Richard MacCutchan13-Sep-13 2:58
mveRichard MacCutchan13-Sep-13 2:58 
Questionjava - modifying a file while its being modified Pin
C.CoderCreator12-Sep-13 18:24
C.CoderCreator12-Sep-13 18:24 
AnswerRe: java - modifying a file while its being modified Pin
Ron Beyer12-Sep-13 18:55
professionalRon Beyer12-Sep-13 18:55 
GeneralRe: java - modifying a file while its being modified Pin
C.CoderCreator12-Sep-13 19:02
C.CoderCreator12-Sep-13 19:02 
GeneralRe: java - modifying a file while its being modified Pin
Ron Beyer12-Sep-13 19:03
professionalRon Beyer12-Sep-13 19:03 
AnswerRe: java - modifying a file while its being modified Pin
Richard MacCutchan12-Sep-13 21:58
mveRichard MacCutchan12-Sep-13 21:58 
AnswerRe: java - modifying a file while its being modified Pin
jschell13-Sep-13 11:44
jschell13-Sep-13 11:44 
AnswerRe: java - modifying a file while its being modified Pin
Logical9416-Oct-13 19:16
professionalLogical9416-Oct-13 19:16 

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.