✅ Correctifs mineurs
This commit is contained in:
parent
a7f30467ed
commit
1be90f0e64
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"makefile.makefilePath": "C:\\Users\\Loris\\OneDrive - UPEC\\Documents\\DEV\\SAE_DEV_JAVA\\makefile"
|
||||||
|
}
|
BIN
DorfJavaTik.jar
BIN
DorfJavaTik.jar
Binary file not shown.
Binary file not shown.
@ -0,0 +1,13 @@
|
|||||||
|
package com.charpentierbalocchi.dorfjavatik.main;
|
||||||
|
|
||||||
|
import com.charpentierbalocchi.dorfjavatik.view.FenetreDemarrage;
|
||||||
|
|
||||||
|
public class DorfJavaTik {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
javax.swing.SwingUtilities.invokeLater(new Runnable() {
|
||||||
|
public void run() {
|
||||||
|
new FenetreDemarrage();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user