Files
dev/plugins/panel.py
2018-01-19 10:56:53 +01:00

8 lines
116 B
Python
Executable File

from javax.swing import JPanel
class panel(Panel):
def onStart(self):
Panel.onStart(self)