This commit is contained in:
Johannes Schmelz
2024-12-09 23:57:45 +01:00
parent b680d7bc58
commit ed27e0aaf1
20 changed files with 990 additions and 801 deletions

View File

@@ -0,0 +1,5 @@
package pp.dialog;
public interface PopupDialog {
void show();
}