Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

#include <TApplication.h>
#include <TEnv.h>
#include "Feb_Gui.h"
#include <TGButton.h>

int main(int argc, char **argv) {
// gEnv->SetValue("Gui.DefaultFont", "-*-helvetica-medium-r-*-*-18-*-*-*-*-*-iso8859-1");
    TApplication theApp("App",&argc,argv);
    FebMainFrame *m= new FebMainFrame(NULL,1000,800);
    theApp.Run();
    return 0;
}