Java Tutorial EP5 - JFrame!
Channel:
Subscribers:
65
Published on ● Video Link: https://www.youtube.com/watch?v=0FVlBBnGUXc
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);
}
}
Other Videos By RedResonant
2016-10-12 | Call of Duty Black Ops 3 - How to Get the Annihilator on The Giant |
2016-10-11 | Minecraft Shaders |
2016-09-21 | Call of Duty: World at War Zombies - Verrückt |
2016-08-26 | FTB Infinity |
2016-06-28 | RedCraft Server Trailer |
2016-06-27 | Call of Duty: World at War Zombies [Nacht der Untoten] |
2016-06-25 | Mari0 |
2016-01-16 | Messing around on I-Survival |
2015-07-21 | Minecraft How-To - Old Tnt! |
2015-07-13 | Java Tutorial EP6 - Compiling Programs! |
2015-06-29 | Java Tutorial EP5 - JFrame! |
2015-06-29 | Java Tutorial EP4 - Calculator with User Input! |
2015-06-27 | Java Tutorial EP3 - Triangular Area Calculator! |
2015-06-27 | Java Tutorial EP2 - Simple Calculator! |
2015-06-27 | Java Tutorial EP1 - Hello World! |
2015-06-04 | Mari0 - EP1 |
2015-06-03 | How to Install mods for Call of Duty WaW! |
2015-05-14 | Adventure - Update 1 |
2015-04-13 | Minecraft Alpha 1.2.6 Server! |
2015-04-01 | Minecraft April Fools Joke! 2015 |
2015-03-13 | The Binding of Issac EP2 |
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