Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How can i add a newline character to this code in java(windows)? i tried using "\n" but it ain't working!!?

code:

import java.awt.*;

import java.awt.event.*;

public class ShowFonts extends Frame{

String msg="";

public ShowFonts(){

addWindowListener(new MyWindowAdapter());

}

public void paint(Graphics g){

String FontList[];

GraphicsEnvironment ge=GraphicsEnvironment.getLocalGraphicsEnvironment();

FontList=ge.getAvailableFontFamilyNames();

for(int i=0;i<FontList.length;i++)

msg+= (FontList[i]+"\n ");

g.drawString(msg,40,50);

}

public static void main(String []args){

ShowFonts sf=new ShowFonts();

sf.setSize(550,60);

sf.setTitle("Font List");

sf.setVisible(true);

}

}

2 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    g.drawString(msg1,40,50);

    g.drawString(msg2,40,60);

    You have to do that for each message. Drawing in java is **** like that.

  • sarber
    Lv 4
    5 years ago

    What got here first Fawkes the phoenix or this is flame ??~ the flame what's the most weird Harry Potter proper dream you ever had ?? ( inspired by technique of Zachmir )~ not in any respect had one What might want to ensue if Voldemort did not vanish because of the secure practices like bubble over Ted Tonk's homestead ??~ someone might want to have died...... might want to you somewhat be a member of the shortcoming of life Eaters, Order of the Phoenix or the strange Sisters ??~ order of the pheonix or the strange sisters.... both might want to be thrilling..... Did you flow " Voldemort can fly WOW!" or no longer ?? i presumed "how cool is that!"~ it is cool.... My nephew needs to ask Lord Voldemort this: " do you pee ? " -Sorry, LV i incredibly am sorry, yet he's 5- ^_^~ im no longer vice chairman What might want to you do, if Bellatrix knocked on your door NOW ??~ AHH!!!!! ok so a video of Lord Voldemort and Bellatrix snogging falls into your hands, What might want to you do ??~ can u say BLACKMAIL =] hangman: draco malfoy

Still have questions? Get your answers by asking now.