Click here to Skip to main content
15,888,803 members
Home / Discussions / Java
   

Java

 
SuggestionRe: applets Pin
Member 1035631324-Oct-13 22:01
Member 1035631324-Oct-13 22:01 
QuestionSomething is wrong with the print command. Pin
chdboy21-Oct-13 3:31
chdboy21-Oct-13 3:31 
AnswerRe: Something is wrong with the print command. Pin
angrybobcat21-Oct-13 23:01
angrybobcat21-Oct-13 23:01 
GeneralRe: Something is wrong with the print command. Pin
chdboy21-Oct-13 23:37
chdboy21-Oct-13 23:37 
SuggestionRe: Something is wrong with the print command. Pin
Richard MacCutchan21-Oct-13 23:50
mveRichard MacCutchan21-Oct-13 23:50 
GeneralRe: Something is wrong with the print command. Pin
chdboy22-Oct-13 23:33
chdboy22-Oct-13 23:33 
GeneralRe: Something is wrong with the print command. Pin
Richard MacCutchan23-Oct-13 3:19
mveRichard MacCutchan23-Oct-13 3:19 
GeneralRe: Something is wrong with the print command. Pin
chdboy23-Oct-13 3:54
chdboy23-Oct-13 3:54 
I have got the solution

I have created two Printer Job
1.
Java
PrinterJob job = PrinterJob.getPrinterJob();

2.
Java
PrinterJob pj = PrinterJob.getPrinterJob();


And If I did this in my code
Java
job.setPrintable(this);


I should not be doing this
Java
if (pj.printDialog() == true)
 pj.print();


Instead of "pj" I have to use "job".
that was the problem
I was not using the right job hehe.
Questionreplace Pin
Member 1030999420-Oct-13 2:21
Member 1030999420-Oct-13 2:21 
AnswerRe: replace Pin
Richard MacCutchan20-Oct-13 6:53
mveRichard MacCutchan20-Oct-13 6:53 
QuestionQuestion about java Pin
Araphat18-Oct-13 22:37
Araphat18-Oct-13 22:37 
AnswerRe: Question about java Pin
thatraja19-Oct-13 1:54
professionalthatraja19-Oct-13 1:54 
GeneralRe: Question about java Pin
Araphat21-Oct-13 3:55
Araphat21-Oct-13 3:55 
QuestionMalformedInputException in RandomAccessFile io Pin
Amer Rehman18-Oct-13 2:49
Amer Rehman18-Oct-13 2:49 
SuggestionRe: MalformedInputException in RandomAccessFile io Pin
Richard MacCutchan18-Oct-13 7:02
mveRichard MacCutchan18-Oct-13 7:02 
GeneralRe: MalformedInputException in RandomAccessFile io Pin
Amer Rehman19-Oct-13 9:14
Amer Rehman19-Oct-13 9:14 
QuestionAdd KeyListener to tabbedPane(Tab) Pin
chdboy17-Oct-13 21:44
chdboy17-Oct-13 21:44 
QuestionRe: Add KeyListener to tabbedPane(Tab) Pin
Richard MacCutchan18-Oct-13 0:48
mveRichard MacCutchan18-Oct-13 0:48 
AnswerRe: Add KeyListener to tabbedPane(Tab) Pin
chdboy18-Oct-13 20:44
chdboy18-Oct-13 20:44 
Questioni need application like taking 3drop down list in 1dropdown country names and 2nd state name and third city name..can u please help in this application...............? Pin
yadagirirao aileni16-Oct-13 23:57
yadagirirao aileni16-Oct-13 23:57 
AnswerRe: i need application like taking 3drop down list in 1dropdown country names and 2nd state name and third city name..can u please help in this application...............? Pin
Bernhard Hiller17-Oct-13 2:13
Bernhard Hiller17-Oct-13 2:13 
AnswerRe: i need application like taking 3drop down list in 1dropdown country names and 2nd state name and third city name..can u please help in this application...............? Pin
Member 1034425418-Oct-13 1:18
Member 1034425418-Oct-13 1:18 
AnswerHow to establish connection between JAVA & MS SQL Server ? Pin
Amol Lendave16-Oct-13 1:17
professionalAmol Lendave16-Oct-13 1:17 
QuestionRe: How to establish connection between JAVA & MS SQL Server ? Pin
Richard MacCutchan16-Oct-13 2:56
mveRichard MacCutchan16-Oct-13 2:56 
AnswerRe: How to establish connection between JAVA & MS SQL Server ? Pin
Amol Lendave16-Oct-13 20:49
professionalAmol Lendave16-Oct-13 20:49 

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.