DJ-Raven / swing-glasspane-popup

Java swing UI popup dialog custom using glasspane
MIT License
25 stars 8 forks source link

Add Drawer #1

Closed DJ-Raven closed 9 months ago

DJ-Raven commented 9 months ago

Add drawer menu

// install glasspane
GlassPanePopup.install(this);

// set drawer builder
Drawer.getInstance().setDrawerBuilder(simpleDrawerBuilder);

// show drawer
Drawer.getInstance().showDrawer();
sample drawer