$
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user