Subversion Repositories eFlore/Archives.cel-v2

Rev

Rev 27 | Rev 32 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27 Rev 30
Line 126... Line 126...
126
		IptcGrid.setAutoWidth(true);
126
		IptcGrid.setAutoWidth(true);
127
		IptcGrid.setAutoHeight(true);
127
		IptcGrid.setAutoHeight(true);
128
		IptcGrid.setSorted(false);
128
		IptcGrid.setSorted(false);
Line 129... Line 129...
129
		
129
		
130
		panneauExifGrid.add(ExifGrid);
130
		panneauExifGrid.add(ExifGrid);
Line 131... Line 131...
131
		panneauIptcGrid.add(IptcGrid); 
131
		panneauIptcGrid.add(IptcGrid);
Line 132... Line 132...
132
		
132