Java Tutorials: Episode 14 - Intro to Swing and AWT

preview_player
Показать описание
Fourteenth episode of my programming series dedicated to teaching you Java! We starting to get into some basic application mechanics, including the Swing API and Java AWT. Please enjoy, subscribe, like, and favorite if you enjoyed the lesson. And always, leave a comment and tell me how you feel.
Рекомендации по теме
Комментарии
Автор

I'm pretty new to java and currently learning awt/swing. This was very helpful. Thanks

Trophus
Автор

AWT = Abstract Window Toolkit. :) Good tutorial thanks!

EroticDrop
Автор

Good, dude. It is very detailed just as I want it. However, you could focus on building a simple app, not a game engine. :D

_erayerdin
Автор

Not a bad vid
although there were few problems, firstly u mix AWT and SWING, which can end with strange results. You have only used a couple of SWING components so it shouldn't be to hard to fix. Secondly volatile image is not an image, they are different classes, although volatile image is derived from image, which is why your code still works, you are sacrificing a whole bunch of methods unique to volatile image. Also i duno if that's what you normally use for a game loop, but its not a very good one, it can increase lag, probs look at one using the system time

However you did explain things nicely, u might just wanna try fix though's few things up

TheJettStorm