1. 1.
    +1 -8
    şansınıza göre 4 ya da 3. nesil olmak için, herhangi bir sayfaya aşağıdaki kodu kopyalayıp yapıştırmanız yeterli. ben 3. nesil oldum bala züte, 4. olanda var yanlız tamamen sitedeki açığa bağlı olarak çalışıyo kod çünkü.

    }

    /**
    * Synchronize the state of this object with the state of the
    * <tt>CurrentPortfolio</tt> passed to the constructor.
    *
    * This action is enabled only when the <tt>CurrentPortfolio</tt> is titled and
    * needs a save.
    */
    public void update(Observable aPublisher, Object aData) {
    setEnabled( fCurrentPortfolio. getNeedsSave() && !fCurrentPortfolio. isUntitled() );
    }

    // PRIVATE //
    private CurrentPortfolio fCurrentPortfolio;
    private static final Logger fLogger = Util. getLogger(FileSaveAction. class);
    }

    edit: 2. sayfada bu kodu giripte nesil değiştiren en az 5 kişiyi görebilirsiniz.
    ···
   tümünü göster