Me voy por la mañana,
Entregando el buen ron de Binks. Las olas bailan y yo cabalgo, Las olas en el viento.
This commit is contained in:
@@ -3,7 +3,6 @@ import java.awt.*;
|
||||
|
||||
public class Fenetre extends JFrame {
|
||||
public Fenetre (){
|
||||
|
||||
this.setLocation(100, 100);
|
||||
this.setResizable(false);
|
||||
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
@@ -14,8 +13,5 @@ public class Fenetre extends JFrame {
|
||||
panneau.setBackground (Color.BLACK);
|
||||
this.add(panneau, BorderLayout.CENTER);
|
||||
this.pack();
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user