appJar 界面效果
Posted CrossPython
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了appJar 界面效果相关的知识,希望对你有一定的参考价值。
appJar
from appJar import gui app = gui() def main(): app.setLocation(200, 200) app.addLabel(‘2333‘, u‘2333‘) app.hideTitleBar() app.go() if __name__ == ‘__main__‘: main()
以上是关于appJar 界面效果的主要内容,如果未能解决你的问题,请参考以下文章
使按钮在标签框架中粘贴顶部和底部(AppJar Python)