revision
This commit is contained in:
@@ -11,6 +11,11 @@ public class Main extends JFrame {
|
||||
|
||||
public Main(){
|
||||
super("Papillon");
|
||||
|
||||
// Taille fixe
|
||||
setSize(350, 250);
|
||||
setResizable(false);
|
||||
setAlwaysOnTop(true);
|
||||
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
|
||||
// Titre en haut
|
||||
@@ -87,9 +92,7 @@ try {
|
||||
root.add(barre, BorderLayout.SOUTH);
|
||||
setContentPane(root);
|
||||
|
||||
// Taille fixe
|
||||
setSize(350, 250);
|
||||
setResizable(false);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user