9 Mai
This commit is contained in:
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user