-
-
Save KokaKiwi/2038129 to your computer and use it in GitHub Desktop.
Problème
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Case ca[] = new Case[9]; | |
for(int i = 0; i < ca.length; i++) | |
{ | |
Case c = new Case(); // T'initialise comme tu veux ici ;) | |
ca[i] = c; | |
pan.add(ca[i]); | |
} | |
// C'est bien comme ça pourtant ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment