Java Tutorial - 36 - Creating our First GUI

preview_player
Показать описание
In this video we will be creating out first GUI!
Рекомендации по теме
Комментарии
Автор

I'll appreciate if u can do more videos on GUI

akinbisiakin
Автор

use ArrayList if you dont know what they are either look it up in the Java API, or you can watch the video I have Theyre really easy and fun to use I dont go over every single method they have but once you get the idea its really easy. Then it all comes down to simply figuring out how to add in the swing components and checking for matches. The easiest way to handle matches is to simply remove elements once you get a match and keep going until you have none left msg me if you want more detail.

AbsoluteZeroBelow
Автор

Why doesn't the window appear?  I've done everything correctly.

toastyyyyyyyy
Автор

well i started a program that has 12 buttons in columns and rows along with the number that is corresponding to them in a text box. its really simple but i do not know how to keep 2 of a kind flipped up. my teacher said to use setEnabled but i dont know how to use it

Proceed
Автор

For my hs java class. I've decided to do a memorization game as my final project. Were you need to find a two of a kind. How would I approach this only using matching numbers?(no arrays)

Proceed
Автор

I don't have enough characters to explain it in a comment so just msg me lol

AbsoluteZeroBelow