// // NJROffCenterPanel.m // Pester // // Created by Nicholas Riley on Sat Feb 15 2003. // Copyright (c) 2003 Nicholas Riley. All rights reserved. // #import "NJROffCenterPanel.h" @implementation NJROffCenterPanel - (void)center; { } @end