function Panel_Empty() : PanelContent() constructor {
title = "";
w = ui(640);
h = ui(320);
function drawContent(panel) {
//Implement draw code here
}