Add info about renderable project for this session: number of project allow by scheduler depending on the past error, current settings (ram, cpu, gpu,...)

This commit is contained in:
Laurent Clouet
2019-02-10 13:17:39 +01:00
parent be7c35eb31
commit 8f4c899ea2
4 changed files with 24 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ public class GuiSwing extends JFrame implements Gui {
}
setTitle(title);
setSize(520, 680);
setSize(520, 760);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);