Jython gives error when i running a py file, but jython --version does wprk

后端 未结 0 821
陌清茗
陌清茗 2021-01-07 16:04

my code:

from javax.swing import JFrame

frame = JFrame("Hello")
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE)
frame.setLocation(100,100)
fra         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题