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