This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
M2IHMPalette/Geste/src/Main.java

10 lines
179 B
Java

/**
* Created by renando on 18/01/17.
*/
public class Main {
public static void main(String[] args) {
Panel panel = new Panel();
new Fenetre(panel);
}
}