From 53ff11cdc4468180320dde93440384747d33f859 Mon Sep 17 00:00:00 2001 From: Raven Laing <58245926+DJ-Raven@users.noreply.github.com> Date: Thu, 9 Nov 2023 00:59:39 +0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c260619..6ae4405 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,15 @@ GlassPanePopup.showPopup(new SimplePopupBorder(component, "Sample Message", acti } })); ``` -### SimplePopupBorder + +#### Push and Pop with `name` +``` java +GlassPanePopup.push(childComponent, "popupname"); + +GlassPanePopup.pop("popupname"); +``` + +#### SimplePopupBorder ``` java public SimplePopupBorder(Component component,