This commit is contained in:
pro.boooooo
2023-01-16 00:28:42 +01:00
parent 3e172218a6
commit 5d7acefae2
15 changed files with 8712 additions and 178 deletions

View File

@@ -1,6 +1,6 @@
package JsonInspector.Graphics;
package fr.sae.JSonInspector.Graphics;
import JsonInspector.Settings.Parameters;
import fr.sae.JSonInspector.Settings.Parameters;
import javax.swing.*;
import java.awt.*;
@@ -8,7 +8,7 @@ import java.awt.*;
public class MyJLabel extends JLabel {
/**
*
* @param text le texte à afficher
* @param text le texte à afficher
* @param color la couleur du texte
*/
public MyJLabel(String text, Color color) {