This commit is contained in:
pro.boooooo
2022-11-26 20:34:37 +01:00
parent 044219ec0b
commit f9fb42c899
47 changed files with 23 additions and 23 deletions

View File

@@ -169,6 +169,6 @@ public class BFrame extends JFrame {
@Override
public String toString() {
return this.title + ": is opened";
return this.title + ": est ouverte";
}
}