Code snippets, technical articles, tips on computing and programming...
BufferedImage myPicture = ImageIO.read(new File("path-to-file")); JLabel picLabel = new JLabel(new ImageIcon( myPicture )); add( picLabel );
:D
Your Comment and Question will help to make this blog better...
No comments :
Post a Comment
Your Comment and Question will help to make this blog better...