Java Tutorial EP5 - JFrame!

Channel:
Subscribers:
65
Published on ● Video Link: https://www.youtube.com/watch?v=0FVlBBnGUXc



Category:
Tutorial
Duration: 4:28
63 views
0


I show you how to create a window! Now you can open your code into a more professional platform.
If your too lazy to type this out, here's the code:


import javax.swing.*;

public class Window {

public static void main(String[] args) {

JFrame frame = new JFrame("Application");

frame.setVisible(true);
frame.setSize(800, 600);
frame.setLocationRelativeTo(null);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);


}

}







Tags:
howto
rpg
technology
screen
system
using
help
ubuntu
linux kernel (software)
linux
install
computers
visual
basic
java (software)
software (album)
argaming
programming language (software genre)
calculator (invention)
input/output
desktop
maker
windows
tutorial
computer
java (programming language)
professional