Dans ma classe RegionGrowing j'ai
Pourquoi veut il que width et height soient static dans eclipse? Je ne comprends pas l'utilite de static.Code:
1
2
3
4
5
6
7
8
9 public class RegionGrowing { public static int width; //... public static void main(String args[]) { //.... MemoryImageSource source; source= MemoryImageSource(width,height,0,width)