Frame f=new Frame("Music Info:"); f.setBackground(Color.yellow); f.setVisible( true ); TextArea textArea=new TextArea("Come Clarity by In Flames",2,30); textArea.setEditable(False); f.add(textArea); f.setLayout(new FlowLayout()); f.setSize(250,250);