This dashboard build with JDesktopPane and JInternalFrame using FlatLaf look and feel, and create the menu style blur background image
// for JInternalFrame blur background
FormManager.getInstance().showFormWithBlur("Dashboard", new BlurDashboard());
// default
FormManager.getInstance().showForm("Blur Inbox Title", component);