Java Tutorial 17 - Two-Dimensional Array (Multidimensional)

preview_player
Показать описание
After watching this, you'll learn how to use 2D arrays. This will be useful when working with GUI.
Рекомендации по теме
Комментарии
Автор

if you have written a println statement outside the second for loop but inside the first for loop you would get a table

AlaaAlMaliki
Автор

you explain very well, can you make some gui finished simple games tutorials?

StefanBanu
Автор

I am making a GUI that can take user input of name address and contact but im having a problem on how to gather the user input and put it in an array to print it out in the text area. 


for example the user enters John, new york ... contact is 555.3333.. 


now ill like to enter multiple persons info for example info about a other persons ...  how can i achieve this ? any help would be greatly appreciated. 

jaysun
Автор

I actually don't see a good reason to use it, How 2D arrays or more will help me ?

double_hh