Java Tetris Tutorial 1 - Setting up the JFrame

preview_player
Показать описание

Update:

Original Description:
Be warned: there is some points where my mic gets really staticy, I'm working on getting a new one.

I've decided to make a new Tutorial Series. This one is going to be how to make Tetris in java. I've done this before so I have a plan of what I'm doing, and I really do plan to finish this one.
Рекомендации по теме
Комментарии
Автор

DUDE! MORE JAVA TUTORIALS!!! HELPFUL. I've been trying to learn this for a while and my school doesn't teach it! Thanks heaps :)

andytaylor
Автор

Thanks, its very clear - so nice to watch.

KSZYHO
Автор

Loving it man just finished this video so far good times. 

kahsayzieous
Автор

feel free to use whatever font you'd like

meeees
Автор

I loved the tutorial. Subscribed & Liked. Hope to see more soon :D

RabbitRobot
Автор

Great video, I really learned a lot from it.  I will keep watching the rest of your vids.

rraudales
Автор

What does it mean to put the this keyword when you created a new instance of Thread in the start method?

retrokon
Автор

great tuorial!
but there's one problem!
when iset the font for the tetris Striing everything on the screen goes white!
when i erase g.setFont(new Font("Calibri", Font.PLAIN, 20)); it goes back to normal!

leeson
Автор

It doesn't display any text its just a  dot?

sparcsky
Автор

i am wondering can i import java.awt.* instead of import all these package?

daniela
Автор

Does this work on android mobile? How would I set that up?

SarahClaytonSMF
Автор

Hi!After the introduction (public class Klass extends Canvas implements Runnable, KeyListener{) does not appear the third and fourth paragraphs (1rst ans 2nd import).How can i fix this?

sergeyradchenko
Автор

it's possible (though unlikely) that your computer doesn't have that font on it, have you tried some other fonts like Arial or Times New Roman?

meeees
Автор

THANKS!!
i tried it with Arial and it worked!
but i keep changing the font size but it stays the same as a dot!!

leeson
Автор

are you sure you have Font.PLAIN and the 20 in the right spot? if you've switched the two then the size will be 0, basically meaning you see a dot
Font.PLAIN should be before the 20
if you're still having problems put your code on pastebin and send me a message with the link

meeees
Автор

Heey my friend when are you going to finish tetris.I do really like, please don't forget

anpapala
Автор

nice job love the vid #keepupthegoodwork

andrewvacks
Автор

"The type TetrisMain must implement the inherited abstract method "

Can someone help me how to fix this problem?

dragon
Автор

color doesn't work for me can someone who got it to work or this guy explain the code again please :D thanks

NetherAnimations
Автор

g.setFont(new Font("Calibri Regular", Font.PLAIN, 20));

trueredexe
visit shbcf.ru