super(); setText("Peered component\n"); setSize(300, 80); setForeground(Color.black); setBackground(Color.white); setVisible(true); setEnabled(true);
return new Dimension(300, 80);
setFont(new Font("Dialog", Font.PLAIN, size));