Search the Community
Showing results for tags 'netbeans'.
-
I currently need to finish a task for my project which needs me to create a Create a display component to show Select pet shop name and total Pets in that shop. For this tasks i created a several components,I had a function call "getPetsInPetShop" to do what i mention public static ArrayList<Pet> getPetsInPetShop(Petshop petshopName) { // this should go through all pets and return only those whose // pet shop name is the same as the parameter... //new arrylist to store information about pets ArrayList<Pet> result = new ArrayList<Pet>(); //loop thought the csv f
- 3 replies
-
- java
- incompatible types
-
(and 1 more)
Tagged with:
-
There is some major (IMO) VCS news today. Netbeans 7.1 beta was released today it offers integrated support for Git. It also added support for Mercurial branches and tags. Also, BitBucket added support for Git. Now Git fanatics can take advantage of BitBucket's free private repositories.