Java 2D Platformer Tutorial #1 - Creating the JFrame

preview_player
Показать описание
Thank you all for watching this video! I hope you enjoyed and be sure to leave a like and subscribe for more content!
Рекомендации по теме
Комментарии
Автор

You are literally a true hero mate. I've seen some other tutorials where they just REALLY quickly gloss over this stuff and do it all hurriedly. You do it at a very nice pace, and it's comfortable to watch. Thank you for this.

FloraSora
Автор

Nice tutorial, nice speed you're going and great explaining. :)

adambrodin
Автор

increase font size by using Ctrl + plus in windows and cmd + plus in mac.
decrease background noise.

srinicnu
Автор

my one says when i open it
"The selection cannot be launched, and there are no recent launches"

spyro
Автор

This is a good tutorial, but its kind of hard to read the lines of code. You should zoom in the screen recorder or change the size of the font. Either way works.

viktorzzxz
Автор

public static void main(String[] args) {


} }
you can do public static void main(String args[]) {


} }

mastergamemakermasterscrco
Автор

Do you have a link to where the source code could be downloaded? Or is there a way you could send it to me? I plan on going through your videos, but would like a reference of the source code. Mostly in case I make a typo or mess things up really badly.

JcBook
Автор

PLEASE help me :

frame.add(new GamePanel(), BorderLayout.CENTER); don't work

blueprinceVSbushi
Автор

it won't build the game. it just says build failed and:
Exception in thread "main" Not supported yet.
at
at
Java returned: 1

aaroneus
Автор

I don't prefer private JFrame frame, I prefer JFrame frame = new JFrame("title");




;)

ronaldortiz
Автор

you type way too fast for it to be a useful tutorial for me. gunna try to follow it still

Classlessrook
Автор

PLEASE HELP ME frame.add(new does not work !

TommyW