MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Uživatelský manuál Strana 92

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 124
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 91
TUTORIALS POINT
Simply Easy Learning Page 87
Flash Builder will create the following CustomButton.as file.
package com.tutorialspoint.client
{
import spark.components.Button;
public class CustomButton extends Button
{
public function CustomButton()
{
super();
}
}
}
Zobrazit stránku 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 123 124

Komentáře k této Příručce

Žádné komentáře