parent
43ea4a3b00
commit
189af11f07
|
@ -10,7 +10,6 @@ class MovingLabel(threading.Thread):
|
|||
self.text=text
|
||||
self.label=tk.Label(window,image=kuang,text=self.text,compound="center",font=("黑体",20),fg="white",width=190,height=45)
|
||||
self.label.place(x=random.randint(50,800),y=0)
|
||||
|
||||
def run(self):
|
||||
y=0
|
||||
while y<650:
|
||||
|
|
Loading…
Reference in New Issue