$package("com.joyistar.ui");

com.joyistar.ui.Panel = function (){
}

com.joyistar.ui.Panel.prototype = new js.ui.Container();

com.joyistar.ui.Panel.prototype.bindUI = function (){
	this.container = this.ui.getElementsByTagName("td")[4];
}

com.joyistar.ui.Panel.prototype.getNativeClass = function (){
	return "com.joyistar.ui.Panel";
}


