Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ-Raven authored Nov 8, 2023
1 parent edb9405 commit 53ff11c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 53ff11c

Please sign in to comment.