Click here to Skip to main content
15,902,276 members
Home / Discussions / Java
   

Java

 
GeneralRe: why i cant save the image? Pin
Paul Conrad3-Jun-12 19:19
professionalPaul Conrad3-Jun-12 19:19 
GeneralRe: why i cant save the image? Pin
aelynne3-Jun-12 19:31
aelynne3-Jun-12 19:31 
GeneralRe: why i cant save the image? [modified] Pin
Paul Conrad3-Jun-12 19:35
professionalPaul Conrad3-Jun-12 19:35 
GeneralRe: why i cant save the image? [modified] Pin
aelynne3-Jun-12 19:43
aelynne3-Jun-12 19:43 
GeneralRe: why i cant save the image? [modified] Pin
Paul Conrad3-Jun-12 19:47
professionalPaul Conrad3-Jun-12 19:47 
GeneralRe: why i cant save the image? [modified] Pin
aelynne3-Jun-12 20:13
aelynne3-Jun-12 20:13 
GeneralRe: why i cant save the image? [modified] Pin
Richard MacCutchan3-Jun-12 22:18
mveRichard MacCutchan3-Jun-12 22:18 
AnswerRe: why i cant save the image? Pin
exposed1219-Jun-12 5:00
exposed1219-Jun-12 5:00 
1. Problem:

You add an Actionlistener to your Save-Button but when button is hit, you just instantiate the class but do not call the capture-method.

So edit the call to:
Java
if("Save".equals(e.getActionCommand())) {
        	System.out.println("action save hit!");
            captureCanvasImage bla = new captureCanvasImage();
            bla.capture();

QuestionWeb Request in Android failing Pin
Peter Hawke30-May-12 10:45
Peter Hawke30-May-12 10:45 
AnswerRe: Web Request in Android failing Pin
CodingLover10-Jun-12 17:44
CodingLover10-Jun-12 17:44 
AnswerRe: Web Request in Android failing Pin
User 742933812-Jun-12 8:54
professionalUser 742933812-Jun-12 8:54 
GeneralRe: Web Request in Android failing Pin
Peter Hawke22-Jun-12 11:05
Peter Hawke22-Jun-12 11:05 
QuestionHow to solve this, always get error Pin
tan87328-May-12 21:08
tan87328-May-12 21:08 
AnswerRe: How to solve this, always get error Pin
BobJanova28-May-12 23:29
BobJanova28-May-12 23:29 
QuestionHow to decrypt Pin
kmkmahesh22-May-12 22:59
professionalkmkmahesh22-May-12 22:59 
AnswerRe: How to decrypt Pin
TorstenH.23-May-12 0:00
TorstenH.23-May-12 0:00 
GeneralRe: How to decrypt Pin
kmkmahesh23-May-12 14:53
professionalkmkmahesh23-May-12 14:53 
GeneralRe: How to decrypt Pin
Richard MacCutchan23-May-12 22:13
mveRichard MacCutchan23-May-12 22:13 
GeneralRe: How to decrypt Pin
TorstenH.23-May-12 23:17
TorstenH.23-May-12 23:17 
AnswerRe: How to decrypt Pin
BobJanova24-May-12 0:54
BobJanova24-May-12 0:54 
GeneralRe: How to decrypt Pin
Richard MacCutchan24-May-12 3:14
mveRichard MacCutchan24-May-12 3:14 
QuestionKindly help me with this Pin
adeelgr8one20-May-12 2:52
adeelgr8one20-May-12 2:52 
AnswerRe: Kindly help me with this PinPopular
Luc Pattyn20-May-12 3:53
sitebuilderLuc Pattyn20-May-12 3:53 
GeneralRe: Kindly help me with this Pin
V.24-May-12 3:08
professionalV.24-May-12 3:08 
GeneralRe: Kindly help me with this Pin
Luc Pattyn24-May-12 3:22
sitebuilderLuc Pattyn24-May-12 3:22 

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.