My username is now ÿnérant
This commit is contained in:
parent
0b3dd5def2
commit
2b067ac4de
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
* @author galaxyoyo
|
||||
* @author ÿnérant
|
||||
*/
|
||||
package fr.ynerant.leveleditor.api.editor;
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @author galaxyoyo
|
||||
* @author ÿnérant
|
||||
*/
|
||||
package fr.ynerant.leveleditor.client.main;
|
||||
|
||||
|
@ -36,7 +36,7 @@ import org.apache.logging.log4j.core.layout.PatternLayout;
|
|||
|
||||
/**
|
||||
* Class principale qui lance le jeu
|
||||
* @author galaxyoyo
|
||||
* @author ÿnérant
|
||||
* @see #main(String...)
|
||||
*/
|
||||
public class Main
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
* Ce package comprend uniquement la classe Main, qui lance l'application.
|
||||
*/
|
||||
/**
|
||||
* @author galaxyoyo
|
||||
* @author ÿnérant
|
||||
*/
|
||||
package fr.ynerant.leveleditor.client.main;
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @author galaxyoyo
|
||||
* @author ÿnérant
|
||||
*/
|
||||
package fr.ynerant.leveleditor.frame;
|
||||
|
||||
|
@ -21,7 +21,7 @@ import org.apache.logging.log4j.core.Logger;
|
|||
|
||||
/**
|
||||
* Fenêtre principale du jeu
|
||||
* @author galaxyoyo
|
||||
* @author ÿnérant
|
||||
*/
|
||||
public class MainFrame extends JFrame
|
||||
{
|
||||
|
@ -59,6 +59,7 @@ public class MainFrame extends JFrame
|
|||
* Constructeur
|
||||
* @see Main#launchFrame()
|
||||
*/
|
||||
@SuppressWarnings("JavadocReference")
|
||||
private MainFrame()
|
||||
{
|
||||
super ();
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @author galaxyoyo
|
||||
* @author ÿnérant
|
||||
*/
|
||||
package fr.ynerant.leveleditor.frame.listeners;
|
||||
|
||||
|
@ -10,7 +10,7 @@ import java.awt.event.ActionEvent;
|
|||
import java.awt.event.ActionListener;
|
||||
|
||||
/**
|
||||
* @author galaxyoyo
|
||||
* @author ÿnérant
|
||||
*/
|
||||
public class CreateMapListener implements ActionListener
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue