This commit is contained in:
oleting
2020-12-21 10:25:35 +01:00
parent 543af7dadc
commit 7f5eae193e
2 changed files with 13 additions and 2 deletions

9
gui.py
View File

@@ -1,4 +1,6 @@
from NassiShneidermann import NassiShneidermanDiagram, nassi
import PySimpleGUI as sg
import os.path
@@ -95,8 +97,13 @@ while True:
filename = os.path.join(
values["-JAVA FOLDER-"], values["-JAVA FILE LIST-"][0]
)
window["-TOUT-"].update(filename)
from Iinstruction import *
NSD = NassiShneidermanDiagram(True)
nassi(NSD)
except:
pass