Sorry::Sorry(const wxString& title)
: wxFrame(NULL, wxID_ANY, title, wxDefaultPosition, wxSize(670, 615))
{
Layout = new wxPanel(this, wxID_ANY, wxPoint(0, 0), wxSize(660, 575), wxBORDER_NONE); // 새 레이아웃 생성
Buf = new wxString; // 문자열 생성
for(int i = 0; i < 500; i++) {
*Buf += wxT("I will not throw paper airplanes in class. ");