2025-09-26 14:57:00 +02:00
|
|
|
import java.awt.*;
|
|
|
|
import javax.swing.*;
|
|
|
|
|
2025-09-26 11:12:16 +02:00
|
|
|
public class Main {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
GFenetre fenetre = new GFenetre();
|
2025-09-26 14:57:00 +02:00
|
|
|
|
|
|
|
fenetre.setVisible(true);
|
2025-09-26 11:12:16 +02:00
|
|
|
}
|
|
|
|
}
|