Skip to content

Instantly share code, notes, and snippets.

@loiane
Created December 26, 2013 19:32
Show Gist options
  • Save loiane/8137692 to your computer and use it in GitHub Desktop.
Save loiane/8137692 to your computer and use it in GitHub Desktop.
ajuda luis blog
import javax.swing.JFrame;
class CPrincipal {
public static void main (String[] args){
JFrame janela = new JFrame();
janela.setSize(500,300);
janela.setVisible(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment