Java GUI intro ⭐【5 minutes】

preview_player
Показать описание
Java GUI intro JOptionPane

#Java #GUI #into #JOptionPane
Рекомендации по теме
Комментарии
Автор

import javax.swing.JOptionPane;

public class Main {

public static void main(String[] args) {

String name = your name");
JOptionPane.showMessageDialog(null, "Hello "+name);

int age = your age"));
JOptionPane.showMessageDialog(null, "You are "+age+" years old");

double height = your height"));
JOptionPane.showMessageDialog(null, "You are "+height+" cm tall");
}
}

BroCodez
Автор

I had NO idea it was so easy to make simple text boxes!!! Thank you so much for making these videos!!!

JuliHoffman
Автор

Thank you so much! Just found your channel and I'm about to binge your videos. Looking forward to what you have to offer!

justinspanos
Автор

Woah, I didn't expect this to be so simple. Thank you!

Mike.
Автор

I'm so glad I found your channel ! THANK YOU SO MUCH Brother. I'm from Myanmar and we can't study anymore due to the current situations happening in here. You just saved me, Brother !

theyouthmedia
Автор

This was a cool tutorial! Didn't know it was so easy to make interactive text boxes 😁

katmcneill
Автор

Bro I am from India and no words to express my gratitudes to you..thank you providing quality content

RAHULKUMAR-cumy
Автор

This is exactly what I was looking for. Great explanation. Thanks.

carlosdanielmarquez
Автор

This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro

pavelkvasnicka
Автор

thanks a bunch Bro. I looked around a lot for hw help and I just couldn't figure out what to do, but this was easy and fast. Thanks a lot again. I could've failed my hw without you

nonsense-nonsense
Автор

thank you, your videos helped me with almost every single project of mine. <3

wogfjkweiuhgerh
Автор

dude you're awesome for making this.

lankabrunheild
Автор

You are a beast, such a massive help for everyone. Thank you!

angelschmal
Автор

I love this java series, thank you so much!

EarlyHusky
Автор

simple, quick and to the point. thanks a ton.

joyrainbowdress
Автор

Dude, you and @Alex Lee are how im learning java. Thanks!

andrewventures
Автор

Thank you for the great video! Keep up the great work!

alexandrulolea
Автор

240cms that was hilarious bro!
Thank you for these tutorials...

infinitepossibilities
Автор

Your videos are literally saving my grades! Thank you so much Bro!

StandProudYouAreStrong
Автор

this basically summed up the 30 min class that i had to skip. thanks bro

ThePewPewLord