This commit is contained in:
pro.boooooo
2022-11-26 19:46:16 +01:00
parent bf08cd64a8
commit 044219ec0b
93 changed files with 6330 additions and 9753 deletions

View File

@@ -157,7 +157,7 @@ public class BFrame extends JFrame {
* Rafraichir la fenetre
*/
public void refreshBFrame() {
SwingUtilities.updateComponentTreeUI(this);
this.repaint();
}
/**