This is project created to make a customisable message and confirm dialogs based on JOptionPane and some of its method features. The current project can only do message and confirmation box. the input ...
static auto box_Types = map<Message_Box_Icon, Fl_Boxtype> {{Message_Box_Icon::None, FL_NO_BOX}, {Message_Box_Icon::Hand, FL_ROUND_UP_BOX}, {Message_Box_Icon::Question ...