5 lines
194 B
Plaintext
5 lines
194 B
Plaintext
|
|
def open_popup():
|
|
system.perspective.openPopup("maintNotification", "Delete ME/xychart")
|
|
|
|
system.util.invokeLater(open_popup,5000) # Schedule popup to open after 5000 milliseconds (5 seconds) |