Skip to content

Instantly share code, notes, and snippets.

View Abinashbunty's full-sized avatar
😀
Learning serverless

Abinash Satapathy Abinashbunty

😀
Learning serverless
View GitHub Profile
@javagl
javagl / ProperImageFrame.java
Created March 6, 2018 05:45
Show an image in a JPanel, after a button click
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import javax.swing.JButton;
import javax.swing.JFrame;