#ifndef _j2_j2_h #define _j2_j2_h #include using namespace Upp; #define LAYOUTFILE #include class j2 : public Withj2Layout { public: typedef j2 CLASSNAME; void Quit(); void DragEnter(); void GotFocus(); j2(); }; #endif