
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();
}
}
}
Commentaires sur ces manuels