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

Java

 
Questionpublic and private RSA keys Pin
Beulah Dalrymple25-Oct-13 11:41
Beulah Dalrymple25-Oct-13 11:41 
AnswerRe: public and private RSA keys Pin
Richard MacCutchan25-Oct-13 22:58
mveRichard MacCutchan25-Oct-13 22:58 
QuestionNavigationa with ResultSet Pin
chdboy24-Oct-13 21:55
chdboy24-Oct-13 21:55 
AnswerRe: Navigationa with ResultSet Pin
Nagy Vilmos24-Oct-13 22:41
professionalNagy Vilmos24-Oct-13 22:41 
GeneralRe: Navigationa with ResultSet Pin
chdboy26-Oct-13 20:57
chdboy26-Oct-13 20:57 
QuestionPutting a split String in a printout. Pin
chdboy23-Oct-13 19:58
chdboy23-Oct-13 19:58 
AnswerRe: Putting a split String in a printout. Pin
Richard MacCutchan23-Oct-13 21:30
mveRichard MacCutchan23-Oct-13 21:30 
GeneralRe: Putting a split String in a printout. Pin
chdboy23-Oct-13 23:16
chdboy23-Oct-13 23:16 
Java
String[] str1 = companyinforstring.split(":");
		for(int i=0;i<str1.length;i++)
        {
            //System.out.println("Split1 Element "+i+" :"+str1[i]);
            graphics.drawString(str1[0].toUpperCase(), 360, 50);
            graphics.drawString(str1[1].toUpperCase(), 360, 60);
            graphics.drawString(str1[2].toUpperCase(), 360, 70);
            graphics.drawString(str1[3].toUpperCase(), 360, 80);
            graphics.drawString(str1[4].toUpperCase(), 360, 90);
            graphics.drawString(str1[5].toUpperCase(), 360, 100);
            graphics.drawString(str1[6].toUpperCase(), 360, 110);
            graphics.drawString(str1[7].toUpperCase(), 360, 120);
            graphics.drawString(str1[8].toUpperCase(), 360, 130);
        }


Is there any simple way of doing it?
Please let me know
GeneralRe: Putting a split String in a printout. Pin
Richard MacCutchan23-Oct-13 23:23
mveRichard MacCutchan23-Oct-13 23:23 
GeneralRe: Putting a split String in a printout. Pin
chdboy24-Oct-13 0:53
chdboy24-Oct-13 0:53 
Questionapplets Pin
Member 1035631323-Oct-13 18:28
Member 1035631323-Oct-13 18:28 
AnswerRe: applets Pin
Richard MacCutchan23-Oct-13 21:28
mveRichard MacCutchan23-Oct-13 21:28 
QuestionRe: applets Pin
Member 1035631324-Oct-13 16:30
Member 1035631324-Oct-13 16:30 
AnswerRe: applets Pin
Richard MacCutchan24-Oct-13 21:15
mveRichard MacCutchan24-Oct-13 21:15 
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 
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 

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.