!!!!

0 views
Skip to first unread message

yasin destebasi

unread,
Apr 13, 2011, 7:28:10 AM4/13/11
to Burhan Göksu
arkadaslar ben neden wuala da 9.einheit i goremiyorum sacede 5.einheite kadar gorebiliyorum

Murat Kozan

unread,
Apr 13, 2011, 8:21:44 AM4/13/11
to javacod...@googlegroups.com
public void transpose(){
       
      
        int count = 0;
      
        String str = "";
       
        String transStr = "";
      
        while ( count < this.getWidth() ){
          
            for ( int i = 0; i<bild.length(); i = i+this.bildBreite){
              
                str = bild.substring(i, i+this.bildBreite);
                transStr += str.charAt(count);
              
            }
            count++;
            transStr+="\n";
           
        }
       
        System.out.println(transStr);
       
       
     
    }

Murat



> Date: Wed, 13 Apr 2011 12:28:10 +0100
> From: desteba...@yahoo.de
> Subject: !!!!
> To: javacod...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages