Advanced Java: Swing (GUI) Programming Part 1 -- A Basic Swing Application

preview_player
Показать описание
-------------------------------------------------------------------------------------------------------------------------------------------
In this tutorial I show you how to build up a basic "Hello World" Swing application from scratch, using the excellent free Eclipse IDE. Check my channel for more videos, and don't forget to subscribe if you want to be notified when I upload more vids.
--------------------------------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

My brain is confused, because my ears are saying I'm in the mind relaxation department of YouTube but my eyes say this should be a Java tutorial.

xbitbybit
Автор

last time i heard such a soothing hypnotic voice, i was in counselling department for my latest fuckup...lol

jeetenzhurlollz
Автор

I like to casually watch programming videos right before sleeping, it's what I like to do before bed.. just stick some information into my head which I like. Your videos, for obvious reasons as mentioned by others, is perfect for this! Very soothing voice helps me relax while I learn and eventually fall asleep. (not that they're boring or anything, just stimulating).

pshores
Автор

you should narrate erotic novels instead of doing video tutorials :P

chaosinorderrr
Автор

this guy can be narrator for discovery channel .

bassist
Автор

I really want to thank you bad!
I learned Java because of you! Now my classmates are even amazed on me on what I know!
Recently, we have a game project to do with GUI and Im looking forward on your series about this!

eldes
Автор

really excellent tutorial... i like that you explain each different component, and what each line of code does.... you're not just saying "you need to type this" you're saying "you need to do this because if you don't this'll happen... this line of code means meaning of line of code"... thanks :)

retromelon
Автор

please develop a thick indian accent so things will be normal ok thanks

archfruit
Автор

dude your voice is so calm that it's making me sleepy. nice tutorial. simple and very understandable

korkypnoy
Автор

i'm a relatively new programmer who wants to go deeper in java and my friend, you have just blown my mind with that import shortcut shift+ctrl+O . I've subbed to you and waiting for more while I try to catch up with your tutorials :) Cheers

Necromania
Автор

Oh, the sound quality was terrible on my early stuff ... Think I got into a vicious circle where the mic recorded every tiny noise in my mouth, and then I started salivating inadvertently at the mere thought of recording something .... I use a quality mic now though!! Wish I had invested in one to start with. I had no idea when I started that these videos would end up being so popular.

caveofprogramming
Автор

I listened to your multi-threading lecture. Great job with these!

christorok
Автор

It is a pleasure to learn in relaxing environment. Your explanation is very clear. Thank you

miuwai
Автор

I was all serious to learn java swing and then I heard your stop laughing!!...voice of an angel maybe

Progrokk
Автор

Thanks for this great tutorial. I'm in the first year of highschool, I'm studying informatics. I'm only know the basics so far, but I got the hang of this quickly. Awesome ;)

badthresh
Автор

The intro is hilarious. It just makes me want to go to sleep though. LMAO. Makes learning Swing a little harder.

jneal
Автор

You make the best Java tutorials. Keep it up!

deathmetalphysicist
Автор

hello there...what is the differences if i do not use the swingutilities method?

jcq
Автор

My new Java Guide :D
Thank you for the video(From Brazil)

gabriel.valandro
Автор

@Janac When Sun introduced this change, as I remember they said that basically your application will be more stable if you do this. I've never detected any difference, but I figure it's best to take their advice. The SwingUtilities thing sets up some kind of special Swing event thread. They've never really been clear about the reasons behind it.

caveofprogramming