8 lines
116 B
Python
Executable File
8 lines
116 B
Python
Executable File
from javax.swing import JPanel
|
|
|
|
class panel(Panel):
|
|
def onStart(self):
|
|
Panel.onStart(self)
|
|
|
|
|