//public WorkBenchPanel(Frame contentpane,BufferConfig config,IconServer server)
//{
//this.parent = contentpane;
this.parent = null;
//this.Config = config;
this.Config = new BufferConfig();
this.Config.initialize();
//this.iconServer = server;
this.iconServer = null;