Image img = this.getToolkit().getImage("C:\\x.gif");this.setLayout(new BorderLayout(1,1));this.add(img, BorderLayout.CENTER);this.add(new Label("Hallo"), BorderLayout.NORTH);