9 Mai
This commit is contained in:
parent
392e9a21f8
commit
99a3f97555
Binary file not shown.
@ -19,6 +19,12 @@ public class Mainfond2{
|
|||||||
fenetre.setContentPane(pan);
|
fenetre.setContentPane(pan);
|
||||||
fenetre.setVisible(true);
|
fenetre.setVisible(true);
|
||||||
file2.close();
|
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(IOException e){}
|
||||||
}catch(FileNotFoundException e){
|
}catch(FileNotFoundException e){
|
||||||
JFrame fenetre = new JFrame();
|
JFrame fenetre = new JFrame();
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user