#include #include #include #include "Panel.h" #include "AppletManager.h" int main(int argc, char **argv) { Panel* panel = new Panel(); panel->load_applets(); panel->show(); return Fl::run(); }