New ScreenPanel
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
from javax.swing import JPanel
|
||||
|
||||
class panel(Panel):
|
||||
def onStart(self):
|
||||
Panel.onStart(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user