Skip to content

Instantly share code, notes, and snippets.

@coderjun
Created March 17, 2011 07:12
Show Gist options
  • Save coderjun/873958 to your computer and use it in GitHub Desktop.
Save coderjun/873958 to your computer and use it in GitHub Desktop.
BigComponent (Public)
package com.csg.view.components
{
import mx.controls.AdvancedDataGrid;
public class BigComponent extends AdvancedDataGrid
{
public function BigComponent()
{
super();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment