Ignore:
Timestamp:
Jul 14, 2010, 10:51:10 PM (14 years ago)
Author:
fmguler
Message:

Refs #3 - The new com.fmguler.ven package is created. Project netbeans encoding is changed from windows 1254 to UTF-8. Existing Turkish source files are transformed to UTF-8. Project license is set as apache 2.0 and netbeans license template is created (which is copied from netbeans apache20 and project name is added). To install this template to netbeans, you should import the etc/license/license-ven-apache20.txt to netbeans->tools->templates ->licenses.

The new Ven class is created having the new license template. Now the translation task is to be done.

Location:
trunk/fmgVen/src/net/fmg/ven/arac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/fmgVen/src/net/fmg/ven/arac/Cevir.java

    r11 r22  
    33 * 
    44 * Created on December 18, 2006, 10:51 AM 
    5  * (4.12.06 tarihli SpringDaoDeneme çalýþmasýndan derlenmiþtir) 
     5 * (4.12.06 tarihli SpringDaoDeneme çalışmasından derlenmiştir) 
    66 * 
    7  * Ven - Ayar Yerine Gelenek veritabaný eriþim nesnesi 
     7 * Ven - Ayar Yerine Gelenek veritabanı erişim nesnesi 
    88 */ 
    99 
     
    1313 
    1414/** 
    15  * Deve harflerle yazýlmýþ metni veritabaný þekline çevirir 
     15 * Deve harflerle yazılmış metni veritabanı şekline çevirir 
    1616 * @author Fatih Mehmet Güler 
    1717 */ 
  • trunk/fmgVen/src/net/fmg/ven/arac/SinifBildirenLinkedList.java

    r11 r22  
    1212 
    1313/** 
    14  * Ýçinde tuttuðu nesne türünü bildiren linked list 
     14 * İçinde tuttuğu nesne türünü bildiren linked list 
    1515 * @author Fatih 
    1616 */ 
     
    2323     */ 
    2424    public SinifBildirenLinkedList() {                 
    25         System.out.println("FmgList, normal LinkedList kipinde çalýþýyor..."); 
     25        System.out.println("FmgList, normal LinkedList kipinde çalışıyor..."); 
    2626    } 
    2727     
    2828    /** 
    29      * içindeki bileþen türü sýnýfý belirt 
     29     * içindeki bileşen türü sınıfı belirt 
    3030     */ 
    3131    public SinifBildirenLinkedList(Class nesneSinifi) { 
    3232        this.nesneSinifi = nesneSinifi; 
    33         System.out.println("**Uyarý-> bileþen alaný verilmeden çözme henüz yapýlmadý, sorgunuz çalýþmayacak"); 
     33        System.out.println("**Uyarı-> bileşen alanı verilmeden çözme henüz yapılmadı, sorgunuz çalışmayacak"); 
    3434    } 
    3535     
    3636    /** 
    37      * içindeki bileþen türü sýnýfý ve o sýnýftaki hangi alana birleþtiðini belirt 
     37     * içindeki bileşen türü sınıfı ve o sınıftaki hangi alana birleştiğini belirt 
    3838     */ 
    3939    public SinifBildirenLinkedList(Class nesneSinifi, String bagAlani) { 
     
    5050    } 
    5151 
    52     //zorlamaya gerek yok, sadece türünü belirlemek çabamýz 
     52    //zorlamaya gerek yok, sadece türünü belirlemek çabamız 
    5353    //public boolean add(E o) { 
    54     //    if (o.getClass()!=nesneSinifi) throw new RuntimeException("Desteklenmeyen bileþen türü!");         
     54    //    if (o.getClass()!=nesneSinifi) throw new RuntimeException("Desteklenmeyen bileşen türü!");         
    5555    //    return super.add(o); 
    5656    //} 
Note: See TracChangeset for help on using the changeset viewer.