background preloader

Programmation

Facebook Twitter

A Visual Guide to Layout Managers (The Java™ Tutorials > Creating a GUI With JFC/Swing > Laying Out Components Within a Container) Several AWT and Swing classes provide layout managers for general use: This section shows example GUIs that use these layout managers, and tells you where to find the how-to page for each layout manager.

A Visual Guide to Layout Managers (The Java™ Tutorials > Creating a GUI With JFC/Swing > Laying Out Components Within a Container)

You can find links for running the examples in the how-to pages and in the example index. Note: This lesson covers writing layout code by hand, which can be challenging. If you are not interested in learning all the details of layout management, you might prefer to use the GroupLayout layout manager combined with a builder tool to lay out your GUI. Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials) Exceptions.pdf (Objet application/pdf) Fabien Torre: Jeux. Notes de cours sur les algorithmes de jeu : algorithmes Min-Max et Alpha-Beta, fonctions d'évaluation.

Fabien Torre: Jeux

Préliminaires L'application aux jeux a toujours été un domaine actif de l'Intelligence Artificielle. On s'intéresse ici aux jeux asynchrones opposant deux joueurs (chacun joue à son tour), à information complète (chacun sait tout de la situation de jeu, à chaque instant). Dans la suite, on note J1 et J2 les deux joueurs et l'on se place dans la situation c'est à J1 de jouer. JeuP.pdf (Objet application/pdf) Les méthodes de classe. Du C/C++ à Java : Table des matières.