Click here to Skip to main content
15,885,842 members
Home / Discussions / Java
   

Java

 
AnswerRe: Dijkstra's Algortihm Pin
Patrice T9-Mar-17 15:39
mvePatrice T9-Mar-17 15:39 
Questionabout resultset in servlet or jsp Pin
loganDevil26-Feb-17 23:17
loganDevil26-Feb-17 23:17 
Rant[Repost] about resultset in servlet or jsp Pin
Richard Deeming26-Feb-17 23:38
mveRichard Deeming26-Feb-17 23:38 
Questioncan someone help me convert this source code to java code? Pin
rootyourpussy26-Feb-17 9:00
rootyourpussy26-Feb-17 9:00 
AnswerRe: can someone help me convert this source code to java code? Pin
NotPolitcallyCorrect26-Feb-17 9:22
NotPolitcallyCorrect26-Feb-17 9:22 
AnswerRe: can someone help me convert this source code to java code? Pin
Afzaal Ahmad Zeeshan26-Feb-17 10:08
professionalAfzaal Ahmad Zeeshan26-Feb-17 10:08 
QuestionAutomate Copy Paste of Items from Excel to Java Input Field Pin
ajw198517-Feb-17 0:51
ajw198517-Feb-17 0:51 
SuggestionRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
Jochen Arndt17-Feb-17 1:14
professionalJochen Arndt17-Feb-17 1:14 
Just an idea (which depends on the format of multiple selected cells).

Create a multi line input field where the content of all selected and copied cells can be inserted at once. Create a button that reads the input field content, splits it (depending on the separation characters provided by Excel when putting the data on the clipboard), and adds the items.

Excel puts the data in multiple formats to the clipboard but the form usually uses only the text format with line feed terminated rows and space (or tab?) separated columns. To check this just paste into any text editor.
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
ajw198517-Feb-17 2:14
ajw198517-Feb-17 2:14 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
Jochen Arndt17-Feb-17 2:23
professionalJochen Arndt17-Feb-17 2:23 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
ajw198517-Feb-17 3:20
ajw198517-Feb-17 3:20 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
Jochen Arndt17-Feb-17 21:04
professionalJochen Arndt17-Feb-17 21:04 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
ajw198519-Feb-17 16:26
ajw198519-Feb-17 16:26 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
Jochen Arndt19-Feb-17 20:50
professionalJochen Arndt19-Feb-17 20:50 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
ajw198520-Feb-17 0:27
ajw198520-Feb-17 0:27 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
Richard MacCutchan21-Feb-17 22:05
mveRichard MacCutchan21-Feb-17 22:05 
QuestionIncrement a char variable in Java Pin
Anda Cristea16-Feb-17 11:10
Anda Cristea16-Feb-17 11:10 
AnswerRe: Increment a char variable in Java Pin
NotPolitcallyCorrect16-Feb-17 11:36
NotPolitcallyCorrect16-Feb-17 11:36 
AnswerRe: Increment a char variable in Java Pin
Richard MacCutchan16-Feb-17 21:40
mveRichard MacCutchan16-Feb-17 21:40 
AnswerRe: Increment a char variable in Java Pin
Anda Cristea17-Feb-17 0:31
Anda Cristea17-Feb-17 0:31 
GeneralRe: Increment a char variable in Java Pin
Richard MacCutchan17-Feb-17 0:42
mveRichard MacCutchan17-Feb-17 0:42 
AnswerRe: Increment a char variable in Java Pin
Jochen Arndt17-Feb-17 0:50
professionalJochen Arndt17-Feb-17 0:50 
GeneralRe: Increment a char variable in Java Pin
Anda Cristea17-Feb-17 4:57
Anda Cristea17-Feb-17 4:57 
AnswerRe: Increment a char variable in Java Pin
Patrice T9-Mar-17 15:42
mvePatrice T9-Mar-17 15:42 
QuestionMessage Closed Pin
13-Feb-17 2:58
JavaScan10013-Feb-17 2:58 

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.