// Make the buttons, set the titles, and size them to fit their titles
okButton = [[ITButton alloc] initWithFrame:NSMakeRect(0, 0, 300, 24)];
cancelButton = [[ITButton alloc] initWithFrame:NSMakeRect(0, 0, 300, 24)];
// Make the buttons, set the titles, and size them to fit their titles
okButton = [[ITButton alloc] initWithFrame:NSMakeRect(0, 0, 300, 24)];
cancelButton = [[ITButton alloc] initWithFrame:NSMakeRect(0, 0, 300, 24)];