Apport de modifications

This commit is contained in:
2020-11-22 15:55:26 +01:00
parent 98dad58f20
commit b5df0be481
7 changed files with 134 additions and 40 deletions

View File

@@ -1,12 +1,14 @@
import javax.swing.*;
/**
* La classe principale du logiciel AppThinker.
* @author V.BOULANGER
*/
public class AppThinker {
//JavaDoc tags : @param @return @throws @author @version @see @since @serial @deprecated
/**
* La classe principale de AppThinker
* La méthode principale exécutée
* @param args Les arguments de la méthode principale.
* @author V.BOULANGER
*/
public static void main(String[] args) {
AppThinkerWindow window = new AppThinkerWindow();