Problema na hora de Inserir imagem

1 resposta
Diego_Fontenele

Galera da um olhada ai e me ajudem na hora de inserir imagem na unha não insere só quando uso o netbeans estou conseguindo vlwww

private JButton bAbrir, bSalvar, bFechar;
    private JTextArea taEditor;
    private JLabel jLabel1;

    public BorderDemo2(){
        super("BorderDemo2");
        setSize(300,200);
        setBackground(SystemColor.control);
        setLocation(300,300);
        Container cp=getContentPane();
     //painel topo
        JPanel p1 = new JPanel(new FlowLayout(FlowLayout.LEFT));


        for(int i=0; i<3; i++){
            p1.add(new JLabel(new ImageIcon("/temperatura/link1.gif")));
            
        }

1 Resposta

B

Ô preguiça de pesquisar…

http://www.guj.com.br/posts/list/120500.java

Criado 17 de março de 2009
Ultima resposta 17 de mar. de 2009
Respostas 1
Participantes 2