diff --git a/.gitignore b/.gitignore index 54cbbbd..bad5d56 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,6 @@ out/ .bin .settings/ .metadata -rapport/rapport.out -rapport/rapport.aux -rapport/rapport.pdf -rapport/rapport.log -rapport/rapport.toc -rapport/rapport.synctex.gz \ No newline at end of file +*.iml +rapport/ +!rapport/rapport.tex diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..471e98f --- /dev/null +++ b/build.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/lsystem/screen/MainFrame.java b/src/lsystem/screen/MainFrame.java index ea77a5e..0d4320d 100644 --- a/src/lsystem/screen/MainFrame.java +++ b/src/lsystem/screen/MainFrame.java @@ -7,6 +7,7 @@ import lsystem.screen.listener.NewGenListener; import java.awt.BorderLayout; import java.awt.FlowLayout; import java.awt.GridLayout; +import java.util.ArrayList; import javax.swing.JButton; import javax.swing.JFrame;