This commit is contained in:
Adrian POURCHOT 2023-05-09 11:30:55 +02:00
parent 392e9a21f8
commit 99a3f97555
3 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,12 @@ public class Mainfond2{
fenetre.setContentPane(pan);
fenetre.setVisible(true);
file2.close();
try{
DataOutputStream outputfile = new DataOutputStream(new FileOutputStream ("taille.bin"));
outputfile.writeInt(250);
outputfile.writeInt(300);
outputfile.flush();
}catch(FileNotFoundException e){}
} catch(IOException e){}
}catch(FileNotFoundException e){
JFrame fenetre = new JFrame();

Binary file not shown.