Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 09:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Java Foto Problem

Discussion on Java Foto Problem within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2011
Posts: 59
Received Thanks: 2
Java Foto Problem

Jo also soweit siehts aus: Ich versuche grade einfach irgendwie (wirrklich ganz egal wie) ein Bild in Java reinzukriegen. Soweit bin ich:

PHP Code:
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package game;

import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.ImageIcon;
public class 
Game {

 public static 
void main(String[] args)
    {
        

        
/* Erzeugung eines neuen Frames mit dem 
           Titel "Beispiel JFrame " */       
        
JFrame meinFrame = new JFrame("Game");
        
/* Wir setzen die Breite und die Höhe 
           unseres Fensters auf 200 Pixel */        
        
meinFrame.setSize(200,200);
        
meinFrame.add(new JLabel("Beispiel JLabel"));
       
JFrame Pici = new JLabel (new ImageIcon(C:;Users;Internet Alex;Pictures;jeb.png));

        
// Wir lassen unseren Frame anzeigen
        
meinFrame.setVisible(true);
    }

0Slashking0 is offline  
Old 01/21/2012, 23:33   #2

 
Obilee's Avatar
 
elite*gold: 11
Join Date: May 2007
Posts: 62,452
Received Thanks: 29,520
Code:
BufferedImage image = null;
        try
        {
          image = ImageIO.read(new File(filename));
        }
        catch (Exception e)
        {
          e.printStackTrace();
          System.exit(1);
        }
        ImageIcon imageIcon = new ImageIcon(image);
        JLabel jLabel = new JLabel();
        jLabel.setIcon(imageIcon);
danach das label einfach nur entsprechend in den jframe adden
Obilee is offline  
Old 01/21/2012, 23:35   #3
 
xNopex's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 827
Received Thanks: 471


EDIT: Schade zu langsam.
xNopex is offline  
Reply


Similar Threads Similar Threads
xampp problem siehe foto
10/03/2011 - Metin2 Private Server - 4 Replies
Hi Freunde habe die tage meinen neuen rechner bekommen,und habe erst heute xampp wieder installiert.jetzt habe ich aber das problem das durch dem xampp meine homepage mit fehler ist siehe selber ;) http://img41.imageshack.us/img41/1928/unbenanntvz .jpg Uploaded with ImageShack.us eine ältere version hatte ich auch drauf,und es kommt trotzdem die ganzen fehler.und das auf jeder seite. mfg: Stronger
Java Problem...
05/21/2011 - Technical Support - 9 Replies
Hey Com. , Suche jemanden der sich gut mit Java auskennt. Ich kann Java nicht "Deinstallieren" und "Minecraft" kann ich nicht starten. Wer mir helfen kann,bitte in Skype melden.
Vpc problem / mit foto
12/14/2010 - Metin2 Private Server - 5 Replies
hey leute habe ein problem mit dem vpc und zwar server gestartet etc. jeder kann sich einloggen doch wenn ich ingame bin und nach 10-15min oder so mal auf den vpc gucke ist auf einmal kein Time out mehr zu sehen sondern nur noch das: http://img3.fotos-hochladen.net/uploads/vpcbn2q9h 7zs.png"]http://img3.fotos-hochladen.net/uplo ads/vpcbn2q9h7zs.png



All times are GMT +2. The time now is 09:38.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.