update
This commit is contained in:
10
DEV.2.1/TP/TP2-CompGraphique/Contingences.java
Normal file
10
DEV.2.1/TP/TP2-CompGraphique/Contingences.java
Normal file
@@ -0,0 +1,10 @@
|
||||
public class Contingences {
|
||||
public static void main(String[] args){
|
||||
JFrame frame = new JFrame("Choix");
|
||||
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
|
||||
frame.setSize(1000,500);
|
||||
frame.setLocation(500,250);
|
||||
frame.setVisible(true);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user