Compare commits

..

10 Commits

32 changed files with 4181 additions and 120 deletions

73
ChasseTresor/build.xml Normal file
View File

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<!-- By default, only the Clean and Build commands use this build script. -->
<!-- Commands such as Run, Debug, and Test only use this build script if -->
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
<project name="ChasseTresor" default="default" basedir=".">
<description>Builds, tests, and runs the project ChasseTresor.</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
-pre-init: called before initialization of project properties
-post-init: called after initialization of project properties
-pre-compile: called before javac compilation
-post-compile: called after javac compilation
-pre-compile-single: called before javac compilation of single file
-post-compile-single: called after javac compilation of single file
-pre-compile-test: called before javac compilation of JUnit tests
-post-compile-test: called after javac compilation of JUnit tests
-pre-compile-test-single: called before javac compilation of single JUnit test
-post-compile-test-single: called after javac compilation of single JUunit test
-pre-jar: called before JAR building
-post-jar: called after JAR building
-post-clean: called after cleaning build products
(Targets beginning with '-' are not intended to be called on their own.)
Example of inserting an obfuscator after compilation could look like this:
<target name="-post-compile">
<obfuscate>
<fileset dir="${build.classes.dir}"/>
</obfuscate>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Another way to customize the build is by overriding existing main targets.
The targets of interest are:
-init-macrodef-javac: defines macro for javac compilation
-init-macrodef-junit: defines macro for junit execution
-init-macrodef-debug: defines macro for class debugging
-init-macrodef-java: defines macro for class execution
-do-jar: JAR building
run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation
An example of overriding the target for project execution could look like this:
<target name="run" depends="ChasseTresor-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>
</target>
Notice that the overridden target depends on the jar target and not only on
the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
nbproject/build-impl.xml file.
-->
</project>

3
ChasseTresor/manifest.mf Normal file
View File

@ -0,0 +1,3 @@
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
build.xml.data.CRC32=2eac148f
build.xml.script.CRC32=ccffb208
build.xml.stylesheet.CRC32=f85dc8f2@1.111.0.48
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=2eac148f
nbproject/build-impl.xml.script.CRC32=b42136f3
nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.111.0.48

View File

@ -0,0 +1,102 @@
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.title=ChasseTresor
application.vendor=emile.lalorcey
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
build.dir=build
build.generated.dir=${build.dir}/generated
build.generated.sources.dir=${build.dir}/generated-sources
# Only compile against the classpath explicitly listed here:
build.sysclasspath=ignore
build.test.classes.dir=${build.dir}/test/classes
build.test.results.dir=${build.dir}/test/results
# Uncomment to specify the preferred debugger connection transport:
#debug.transport=dt_socket
debug.classpath=\
${run.classpath}
debug.modulepath=\
${run.modulepath}
debug.test.classpath=\
${run.test.classpath}
debug.test.modulepath=\
${run.test.modulepath}
# Files in build.classes.dir which should be excluded from distribution jar
dist.archive.excludes=
# This directory is removed when the project is cleaned:
dist.dir=dist
dist.jar=${dist.dir}/ChasseTresor.jar
dist.javadoc.dir=${dist.dir}/javadoc
dist.jlink.dir=${dist.dir}/jlink
dist.jlink.output=${dist.jlink.dir}/ChasseTresor
endorsed.classpath=
excludes=
includes=**
jar.compress=false
javac.classpath=\
${libs.junit_4.classpath}:\
${libs.junit_5.classpath}:\
${libs.hamcrest.classpath}:\
${libs.absolutelayout.classpath}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
javac.external.vm=true
javac.modulepath=
javac.processormodulepath=
javac.processorpath=\
${javac.classpath}
javac.source=21
javac.target=21
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
${libs.junit_5.classpath}
javac.test.modulepath=\
${javac.modulepath}
javac.test.processorpath=\
${javac.test.classpath}
javadoc.additionalparam=
javadoc.author=false
javadoc.encoding=${source.encoding}
javadoc.html5=false
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
# The jlink additional root modules to resolve
jlink.additionalmodules=
# The jlink additional command line parameters
jlink.additionalparam=
jlink.launcher=true
jlink.launcher.name=ChasseTresor
main.class=chasseAuTresor.Interface
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
platform.active=default_platform
run.classpath=\
${javac.classpath}:\
${build.classes.dir}
# Space-separated list of JVM arguments used when running the project.
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
# To set system properties for unit tests define test-sys-prop.name=value:
run.jvmargs=
run.modulepath=\
${javac.modulepath}
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
run.test.modulepath=\
${javac.test.modulepath}
source.encoding=ISO-8859-1
src.dir=src
test.src.dir=test

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>ChasseTresor</name>
<source-roots>
<root id="src.dir"/>
</source-roots>
<test-roots>
<root id="test.src.dir"/>
</test-roots>
</data>
</configuration>
</project>

View File

@ -0,0 +1,335 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="3"/>
<Property name="title" type="java.lang.String" value="Chasse au tr&#xe9;sor"/>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[500, 700]"/>
</Property>
</Properties>
<SyntheticProperties>
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
</SyntheticProperties>
<AuxValues>
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
<AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,2,-46,0,0,1,-13"/>
</AuxValues>
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
<Property name="useNullLayout" type="boolean" value="false"/>
</Layout>
<SubComponents>
<Container class="javax.swing.JPanel" name="jPZoneJeu">
<Properties>
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="cc" green="cc" red="cc" type="rgb"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[400, 400]"/>
</Property>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="40" y="160" width="-1" height="-1"/>
</Constraint>
</Constraints>
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
<Property name="useNullLayout" type="boolean" value="true"/>
</Layout>
<SubComponents>
<Container class="javax.swing.JPanel" name="jPJoueur">
<Properties>
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="0" green="0" red="0" type="rgb"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[20, 20]"/>
</Property>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="0" y="0" width="20" height="20"/>
</Constraint>
</Constraints>
<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<EmptySpace min="0" pref="20" max="32767" attributes="0"/>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<EmptySpace min="0" pref="20" max="32767" attributes="0"/>
</Group>
</DimensionLayout>
</Layout>
</Container>
<Container class="javax.swing.JPanel" name="jPTresor">
<Properties>
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="0" green="ff" red="ff" type="rgb"/>
</Property>
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[20, 20]"/>
</Property>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="160" y="80" width="20" height="20"/>
</Constraint>
</Constraints>
<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<EmptySpace min="0" pref="20" max="32767" attributes="0"/>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<EmptySpace min="0" pref="20" max="32767" attributes="0"/>
</Group>
</DimensionLayout>
</Layout>
</Container>
</SubComponents>
</Container>
<Container class="javax.swing.JPanel" name="jPUtilisateur">
<Properties>
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="99" green="99" red="99" type="rgb"/>
</Property>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
<BevelBorder/>
</Border>
</Property>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="30" y="40" width="160" height="110"/>
</Constraint>
</Constraints>
<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<Component id="jTFPseudo" pref="80" max="32767" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="jBGo" min="-2" pref="46" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="19" max="-2" attributes="0"/>
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jTFPseudo" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="jBGo" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace pref="36" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
</Layout>
<SubComponents>
<Component class="javax.swing.JLabel" name="jLabel1">
<Properties>
<Property name="text" type="java.lang.String" value="Pseudo :"/>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="jTFPseudo">
</Component>
<Component class="javax.swing.JButton" name="jBGo">
<Properties>
<Property name="text" type="java.lang.String" value="Go"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jBGoActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Container>
<Container class="javax.swing.JPanel" name="jPHud">
<Properties>
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="99" green="99" red="99" type="rgb"/>
</Property>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
<BevelBorder/>
</Border>
</Property>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="270" y="40" width="190" height="-1"/>
</Constraint>
</Constraints>
<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<Component id="jLANbVies" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="58" max="-2" attributes="0"/>
<Component id="jLNbVies" pref="42" max="32767" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<Component id="jLADeplacements" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jLNbDeplacement" max="32767" attributes="0"/>
</Group>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jLADeplacements" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="jLNbDeplacement" alignment="3" min="-2" pref="16" max="-2" attributes="0"/>
</Group>
<EmptySpace min="-2" pref="27" max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Component id="jLANbVies" min="-2" max="-2" attributes="0"/>
<Component id="jLNbVies" min="-2" pref="16" max="-2" attributes="0"/>
</Group>
<EmptySpace pref="33" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
</Layout>
<SubComponents>
<Component class="javax.swing.JLabel" name="jLADeplacements">
<Properties>
<Property name="text" type="java.lang.String" value="Nombre D&#xe9;placement : "/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLANbVies">
<Properties>
<Property name="text" type="java.lang.String" value="Nombre Vies :"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLNbDeplacement">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Segoe UI Black" size="12" style="0"/>
</Property>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLNbVies">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Segoe UI Black" size="12" style="0"/>
</Property>
</Properties>
</Component>
</SubComponents>
</Container>
<Component class="javax.swing.JLabel" name="jLUtilisateur">
<Properties>
<Property name="text" type="java.lang.String" value="Utilisateur :"/>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="30" y="20" width="-1" height="-1"/>
</Constraint>
</Constraints>
</Component>
<Component class="javax.swing.JLabel" name="jLHud">
<Properties>
<Property name="text" type="java.lang.String" value="HUD :"/>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="300" y="20" width="-1" height="-1"/>
</Constraint>
</Constraints>
</Component>
<Component class="javax.swing.JButton" name="jBDroite">
<Properties>
<Property name="text" type="java.lang.String" value="Droite"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jBDroiteActionPerformed"/>
</Events>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="250" y="600" width="-1" height="-1"/>
</Constraint>
</Constraints>
</Component>
<Component class="javax.swing.JButton" name="jBBas">
<Properties>
<Property name="text" type="java.lang.String" value="Bas"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jBBasActionPerformed"/>
</Events>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="200" y="630" width="-1" height="-1"/>
</Constraint>
</Constraints>
</Component>
<Component class="javax.swing.JButton" name="jBGauche">
<Properties>
<Property name="text" type="java.lang.String" value="Gauche"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jBGaucheActionPerformed"/>
</Events>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="150" y="600" width="-1" height="-1"/>
</Constraint>
</Constraints>
</Component>
<Component class="javax.swing.JButton" name="jBHaut">
<Properties>
<Property name="text" type="java.lang.String" value="Haut"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jBHautActionPerformed"/>
</Events>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription">
<AbsoluteConstraints x="200" y="570" width="-1" height="-1"/>
</Constraint>
</Constraints>
</Component>
</SubComponents>
</Form>

View File

@ -0,0 +1,382 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/GUIForms/JFrame.java to edit this template
*/
package chasseAuTresor;
import javax.swing.JOptionPane;
import metier.Jeu;
import metier.Joueur;
import metier.Position;
import metier.Recif;
/**
*
* @author emile.lalorcey
*/
public class Interface extends javax.swing.JFrame {
private Jeu leJeu;
boolean gagner;
/**
* Creates new form Interface
*/
public Interface() {
leJeu = new Jeu();
initComponents();
jLHud.setVisible(false);
jPHud.setVisible(false);
jPZoneJeu.setVisible(false);
jBBas.setVisible(false);
jBHaut.setVisible(false);
jBDroite.setVisible(false);
jBGauche.setVisible(false);
}
/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {
jPZoneJeu = new javax.swing.JPanel();
jPJoueur = new javax.swing.JPanel();
jPTresor = new javax.swing.JPanel();
jPUtilisateur = new javax.swing.JPanel();
jLabel1 = new javax.swing.JLabel();
jTFPseudo = new javax.swing.JTextField();
jBGo = new javax.swing.JButton();
jPHud = new javax.swing.JPanel();
jLADeplacements = new javax.swing.JLabel();
jLANbVies = new javax.swing.JLabel();
jLNbDeplacement = new javax.swing.JLabel();
jLNbVies = new javax.swing.JLabel();
jLUtilisateur = new javax.swing.JLabel();
jLHud = new javax.swing.JLabel();
jBDroite = new javax.swing.JButton();
jBBas = new javax.swing.JButton();
jBGauche = new javax.swing.JButton();
jBHaut = new javax.swing.JButton();
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("Chasse au trésor");
setPreferredSize(new java.awt.Dimension(500, 700));
getContentPane().setLayout(new org.netbeans.lib.awtextra.AbsoluteLayout());
jPZoneJeu.setBackground(new java.awt.Color(204, 204, 204));
jPZoneJeu.setPreferredSize(new java.awt.Dimension(400, 400));
jPZoneJeu.setLayout(null);
jPJoueur.setBackground(new java.awt.Color(0, 0, 0));
jPJoueur.setPreferredSize(new java.awt.Dimension(20, 20));
javax.swing.GroupLayout jPJoueurLayout = new javax.swing.GroupLayout(jPJoueur);
jPJoueur.setLayout(jPJoueurLayout);
jPJoueurLayout.setHorizontalGroup(
jPJoueurLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGap(0, 20, Short.MAX_VALUE)
);
jPJoueurLayout.setVerticalGroup(
jPJoueurLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGap(0, 20, Short.MAX_VALUE)
);
jPZoneJeu.add(jPJoueur);
jPJoueur.setBounds(0, 0, 20, 20);
jPTresor.setBackground(new java.awt.Color(255, 255, 0));
jPTresor.setPreferredSize(new java.awt.Dimension(20, 20));
javax.swing.GroupLayout jPTresorLayout = new javax.swing.GroupLayout(jPTresor);
jPTresor.setLayout(jPTresorLayout);
jPTresorLayout.setHorizontalGroup(
jPTresorLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGap(0, 20, Short.MAX_VALUE)
);
jPTresorLayout.setVerticalGroup(
jPTresorLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGap(0, 20, Short.MAX_VALUE)
);
jPZoneJeu.add(jPTresor);
jPTresor.setBounds(160, 80, 20, 20);
getContentPane().add(jPZoneJeu, new org.netbeans.lib.awtextra.AbsoluteConstraints(40, 160, -1, -1));
jPUtilisateur.setBackground(new java.awt.Color(153, 153, 153));
jPUtilisateur.setBorder(javax.swing.BorderFactory.createBevelBorder(javax.swing.border.BevelBorder.RAISED));
jLabel1.setText("Pseudo :");
jBGo.setText("Go");
jBGo.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jBGoActionPerformed(evt);
}
});
javax.swing.GroupLayout jPUtilisateurLayout = new javax.swing.GroupLayout(jPUtilisateur);
jPUtilisateur.setLayout(jPUtilisateurLayout);
jPUtilisateurLayout.setHorizontalGroup(
jPUtilisateurLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPUtilisateurLayout.createSequentialGroup()
.addContainerGap()
.addGroup(jPUtilisateurLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPUtilisateurLayout.createSequentialGroup()
.addComponent(jLabel1)
.addGap(0, 0, Short.MAX_VALUE))
.addGroup(jPUtilisateurLayout.createSequentialGroup()
.addComponent(jTFPseudo, javax.swing.GroupLayout.DEFAULT_SIZE, 80, Short.MAX_VALUE)
.addGap(18, 18, 18)
.addComponent(jBGo, javax.swing.GroupLayout.PREFERRED_SIZE, 46, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addContainerGap())
);
jPUtilisateurLayout.setVerticalGroup(
jPUtilisateurLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPUtilisateurLayout.createSequentialGroup()
.addGap(19, 19, 19)
.addComponent(jLabel1)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
.addGroup(jPUtilisateurLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jTFPseudo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jBGo))
.addContainerGap(36, Short.MAX_VALUE))
);
getContentPane().add(jPUtilisateur, new org.netbeans.lib.awtextra.AbsoluteConstraints(30, 40, 160, 110));
jPHud.setBackground(new java.awt.Color(153, 153, 153));
jPHud.setBorder(javax.swing.BorderFactory.createBevelBorder(javax.swing.border.BevelBorder.RAISED));
jLADeplacements.setText("Nombre Déplacement : ");
jLANbVies.setText("Nombre Vies :");
jLNbDeplacement.setFont(new java.awt.Font("Segoe UI Black", 0, 12)); // NOI18N
jLNbVies.setFont(new java.awt.Font("Segoe UI Black", 0, 12)); // NOI18N
javax.swing.GroupLayout jPHudLayout = new javax.swing.GroupLayout(jPHud);
jPHud.setLayout(jPHudLayout);
jPHudLayout.setHorizontalGroup(
jPHudLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPHudLayout.createSequentialGroup()
.addContainerGap()
.addGroup(jPHudLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPHudLayout.createSequentialGroup()
.addComponent(jLANbVies)
.addGap(58, 58, 58)
.addComponent(jLNbVies, javax.swing.GroupLayout.DEFAULT_SIZE, 42, Short.MAX_VALUE))
.addGroup(jPHudLayout.createSequentialGroup()
.addComponent(jLADeplacements)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jLNbDeplacement, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)))
.addContainerGap())
);
jPHudLayout.setVerticalGroup(
jPHudLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPHudLayout.createSequentialGroup()
.addGap(18, 18, 18)
.addGroup(jPHudLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jLADeplacements)
.addComponent(jLNbDeplacement, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGap(27, 27, 27)
.addGroup(jPHudLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
.addComponent(jLANbVies)
.addComponent(jLNbVies, javax.swing.GroupLayout.PREFERRED_SIZE, 16, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap(33, Short.MAX_VALUE))
);
getContentPane().add(jPHud, new org.netbeans.lib.awtextra.AbsoluteConstraints(270, 40, 190, -1));
jLUtilisateur.setText("Utilisateur :");
getContentPane().add(jLUtilisateur, new org.netbeans.lib.awtextra.AbsoluteConstraints(30, 20, -1, -1));
jLHud.setText("HUD :");
getContentPane().add(jLHud, new org.netbeans.lib.awtextra.AbsoluteConstraints(300, 20, -1, -1));
jBDroite.setText("Droite");
jBDroite.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jBDroiteActionPerformed(evt);
}
});
getContentPane().add(jBDroite, new org.netbeans.lib.awtextra.AbsoluteConstraints(250, 600, -1, -1));
jBBas.setText("Bas");
jBBas.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jBBasActionPerformed(evt);
}
});
getContentPane().add(jBBas, new org.netbeans.lib.awtextra.AbsoluteConstraints(200, 630, -1, -1));
jBGauche.setText("Gauche");
jBGauche.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jBGaucheActionPerformed(evt);
}
});
getContentPane().add(jBGauche, new org.netbeans.lib.awtextra.AbsoluteConstraints(150, 600, -1, -1));
jBHaut.setText("Haut");
jBHaut.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jBHautActionPerformed(evt);
}
});
getContentPane().add(jBHaut, new org.netbeans.lib.awtextra.AbsoluteConstraints(200, 570, -1, -1));
pack();
}// </editor-fold>//GEN-END:initComponents
private void jBHautActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBHautActionPerformed
Joueur personne = leJeu.getLeJoueur();
leJeu.getLeJoueur().setNbDeplacement(personne.getNbDeplacement()+1);
jLNbDeplacement.setText(toString().valueOf(personne.getNbDeplacement()));
personne.setPosition(personne.deplacer('n', leJeu.getNB_COL(), leJeu.getNB_LIGNES()));
jPJoueur.setLocation(personne.getLaPosition().getPosX() * leJeu.getTAILLE_CELLULE(),
personne.getLaPosition().getPosY() * leJeu.getTAILLE_CELLULE());
gagner = leJeu.gagner(leJeu.getLeTresor(), personne);
if(gagner){
String message = "Bravo !!!! \nTu as gagner cette chasse";
JOptionPane.showMessageDialog(null, message, "Fin de partie", JOptionPane.INFORMATION_MESSAGE);
System.exit(0);
}
}//GEN-LAST:event_jBHautActionPerformed
private void jBDroiteActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBDroiteActionPerformed
Joueur personne = leJeu.getLeJoueur();
leJeu.getLeJoueur().setNbDeplacement(personne.getNbDeplacement()+1);
jLNbDeplacement.setText(toString().valueOf(personne.getNbDeplacement()));
personne.setPosition(personne.deplacer('e', leJeu.getNB_COL(), leJeu.getNB_LIGNES()));
jPJoueur.setLocation(personne.getLaPosition().getPosX() * leJeu.getTAILLE_CELLULE(),
personne.getLaPosition().getPosY() * leJeu.getTAILLE_CELLULE());
gagner = leJeu.gagner(leJeu.getLeTresor(), personne);
if(gagner){
String message = "Bravo !!!! \nTu as gagner cette chasse";
JOptionPane.showMessageDialog(null, message, "Fin de partie", JOptionPane.INFORMATION_MESSAGE);
System.exit(0);
}
}//GEN-LAST:event_jBDroiteActionPerformed
private void jBGaucheActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBGaucheActionPerformed
Joueur personne = leJeu.getLeJoueur();
leJeu.getLeJoueur().setNbDeplacement(personne.getNbDeplacement()+1);
jLNbDeplacement.setText(toString().valueOf(personne.getNbDeplacement()));
personne.setPosition(personne.deplacer('o', leJeu.getNB_COL(), leJeu.getNB_LIGNES()));
jPJoueur.setLocation(personne.getLaPosition().getPosX() * leJeu.getTAILLE_CELLULE(),
personne.getLaPosition().getPosY() * leJeu.getTAILLE_CELLULE());
gagner = leJeu.gagner(leJeu.getLeTresor(), personne);
if(gagner){
String message = "Bravo !!!! \nTu as gagner cette chasse";
JOptionPane.showMessageDialog(null, message, "Fin de partie", JOptionPane.INFORMATION_MESSAGE);
System.exit(0);
}
}//GEN-LAST:event_jBGaucheActionPerformed
private void jBBasActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBBasActionPerformed
Joueur personne = leJeu.getLeJoueur();
leJeu.getLeJoueur().setNbDeplacement(personne.getNbDeplacement()+1);
jLNbDeplacement.setText(toString().valueOf(personne.getNbDeplacement()));
personne.setPosition(personne.deplacer('s', leJeu.getNB_COL(), leJeu.getNB_LIGNES()));
jPJoueur.setLocation(personne.getLaPosition().getPosX() * leJeu.getTAILLE_CELLULE(),
personne.getLaPosition().getPosY() * leJeu.getTAILLE_CELLULE());
gagner = leJeu.gagner(leJeu.getLeTresor(), personne);
if(gagner){
String message = "Bravo !!!! \nTu as gagner cette chasse";
JOptionPane.showMessageDialog(null, message, "Fin de partie", JOptionPane.INFORMATION_MESSAGE);
System.exit(0);
}
}//GEN-LAST:event_jBBasActionPerformed
private void jBGoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBGoActionPerformed
//Initialistaion du Joueur
Position pos = new Position(0, 0);
Joueur jean = new Joueur(jTFPseudo.getText(), 15, pos);
leJeu.setLeJoueur(jean);
System.out.println(jTFPseudo.getText());
jLHud.setVisible(true);
jPHud.setVisible(true);
jPZoneJeu.setVisible(true);
jBBas.setVisible(true);
jBHaut.setVisible(true);
jBDroite.setVisible(true);
jBGauche.setVisible(true);
jLNbDeplacement.setText(toString().valueOf(leJeu.getLeJoueur().getNbDeplacement()));
jLNbVies.setText(toString().valueOf(leJeu.getLeJoueur().getNbVie()));
jPJoueur.setLocation(leJeu.getLeJoueur().getLaPosition().getPosX() * leJeu.getTAILLE_CELLULE(),
leJeu.getLeJoueur().getLaPosition().getPosY() * leJeu.getTAILLE_CELLULE());
jPTresor.setLocation(leJeu.getLeTresor().getLaPosition().getPosX() * leJeu.getTAILLE_CELLULE(),
leJeu.getLeTresor().getLaPosition().getPosY() * leJeu.getTAILLE_CELLULE());
}//GEN-LAST:event_jBGoActionPerformed
/**
* @param args the command line arguments
*/
public static void main(String args[]) {
/* Set the Nimbus look and feel */
//<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
if ("Nimbus".equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
}
}
} catch (ClassNotFoundException ex) {
java.util.logging.Logger.getLogger(Interface.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
java.util.logging.Logger.getLogger(Interface.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
java.util.logging.Logger.getLogger(Interface.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(Interface.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}
//</editor-fold>
/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new Interface().setVisible(true);
}
});
}
// Variables declaration - do not modify//GEN-BEGIN:variables
private javax.swing.JButton jBBas;
private javax.swing.JButton jBDroite;
private javax.swing.JButton jBGauche;
private javax.swing.JButton jBGo;
private javax.swing.JButton jBHaut;
private javax.swing.JLabel jLADeplacements;
private javax.swing.JLabel jLANbVies;
private javax.swing.JLabel jLHud;
private javax.swing.JLabel jLNbDeplacement;
private javax.swing.JLabel jLNbVies;
private javax.swing.JLabel jLUtilisateur;
private javax.swing.JLabel jLabel1;
private javax.swing.JPanel jPHud;
private javax.swing.JPanel jPJoueur;
private javax.swing.JPanel jPTresor;
private javax.swing.JPanel jPUtilisateur;
private javax.swing.JPanel jPZoneJeu;
private javax.swing.JTextField jTFPseudo;
// End of variables declaration//GEN-END:variables
}

View File

@ -0,0 +1,140 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package metier;
import java.util.ArrayList;
import metier.Joueur;
import metier.Position;
import metier.Recif;
import metier.Tresor;
/**
*
* @author emile.lalorcey
*/
public class Jeu {
private static final int TAILLE_CELLULE = 20;
private static final int X_MAX = 400 - TAILLE_CELLULE;
private static final int X_MIN = 0;
private static final int Y_MAX = 400 - TAILLE_CELLULE;
private static final int Y_MIN = 0;
private final int NB_LIGNES = (X_MAX+TAILLE_CELLULE)/TAILLE_CELLULE;
private final int NB_COL = (Y_MAX+TAILLE_CELLULE)/TAILLE_CELLULE;
private final int NB_RECIF = 10;
private Joueur leJoueur;
private Tresor leTresor;
private ArrayList<Recif> lesRecif;
// Constructeur
public Jeu() {
this.initJeu();
}
// Guetteur
public Joueur getLeJoueur() {
return leJoueur;
}
public Tresor getLeTresor() {
return leTresor;
}
public ArrayList<Recif> getLesRecif() {
return lesRecif;
}
public int getTAILLE_CELLULE() {
return TAILLE_CELLULE;
}
public static int getX_MAX() {
return X_MAX;
}
public static int getX_MIN() {
return X_MIN;
}
public static int getY_MAX() {
return Y_MAX;
}
public static int getY_MIN() {
return Y_MIN;
}
public int getNB_LIGNES() {
return NB_LIGNES;
}
public int getNB_COL() {
return NB_COL;
}
public int getNB_RECIF() {
return NB_RECIF;
}
// Setteur
public void setLesRecif(ArrayList<Recif> lesRecif) {
this.lesRecif = lesRecif;
}
public void setLeJoueur(Joueur leJoueur){
this.leJoueur = leJoueur;
}
public void setLeTresor(Tresor leTresor) {
this.leTresor = leTresor;
}
// Methodes
private void initJeu() {
//Initialisation du Trésor
int y = this.genererNbAlea(0, NB_LIGNES);
int x = this.genererNbAlea(0, NB_COL);
Tresor chest = new Tresor("Coffre",y ,x);
this.leTresor = chest;
//Initialisation des Récifs
ArrayList<Recif> recifs = new ArrayList<Recif>();
for(int i =0; i<NB_RECIF; i++){
int dangereux = this.genererNbAlea(1, 3);
boolean nouveau = true;
Position pos1 = new Position();
do{
y = this.genererNbAlea(0, NB_LIGNES);
x = this.genererNbAlea(0, NB_COL);
pos1.setX(x);
pos1.setY(y);
for(Recif recif: recifs){
if(recif.getLaPosition().equals(pos1)){
nouveau = false;
}
}
}while(!nouveau);
Recif plan = new Recif(dangereux, pos1);
recifs.add(plan);
}
}
public int genererNbAlea(int min, int max){
int nbAlea = min + (int)(Math.random() * max);
return nbAlea;
}
public boolean gagner(Tresor tresor, Joueur joueur){
boolean gagner = false;
if(tresor.getLaPosition().getPosX() == joueur.getLaPosition().getPosX() &&
tresor.getLaPosition().getPosY() == joueur.getLaPosition().getPosY()){
gagner = true;
}
return gagner;
}
}

View File

@ -0,0 +1,137 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package metier;
/**
*
* @author emile.lalorcey
*/
public class Joueur {
private String nom;
private int nbVie;
private Position laPosition;
private int nbDeplacement;
private boolean aGagne;
private boolean mort;
// Constructeur
public Joueur(){
}
public Joueur(String nom,int vie,Position pos){
this.nom = nom;
this.nbVie = vie;
this.laPosition = pos;
}
// Guetteur
public Position getLaPosition(){
return this.laPosition;
}
public boolean isaGagne(){
return this.aGagne;
}
public boolean isMort(){
return this.mort;
}
public int getNbDeplacement(){
return this.nbDeplacement;
}
public int getNbVie(){
return this.nbVie;
}
public String getNom(){
return this.nom;
}
// Setteur
public void setPosition(Position pos){
this.laPosition = pos;
}
public void setaGagne(boolean gagne){
this.aGagne = gagne;
}
public void setNbDeplacement(int deplacement){
this.nbDeplacement = deplacement;
}
public boolean mourir(){
this.mort = true;
return this.mort;
}
// Methodes
public void faireVarierVie (int varier){
if((this.nbVie+varier)>0){
this.nbVie += varier;
}else{
this.nbVie = 0;
this.mourir();
}
}
public Position deplacer(char direction, int nbCol, int nbLignes){
int y = this.getLaPosition().getPosY();
int x = this.getLaPosition().getPosX();
switch(direction){
case 'n':
if((y-1)>=0){
y--;
}else{
System.out.println("Limite de map atteinte!! Demi-tour");
}
break;
case 's':
if((y+1)<= nbLignes-1){
y++;
}else{
System.out.println("Limite de map atteinte!! Demi-tour");
}
break;
case 'o':
if((x-1)>=0){
x--;
}else{
System.out.println("Limite de map atteinte!! Demi-tour");
}
break;
case 'e':
if((x+1)<= nbCol-1){
x++;
}else{
System.out.println("Limite de map atteinte!! Demi-tour");
}
break;
}
return new Position(x, y);
}
@Override
public String toString(){
String infos = "La classe est " + this.getClass()+"\nSon nom est "+this.getNom()+"\n"
+ "Son nombre de vie vaut "+this.getNbVie()+"\nSa position est à "+this.getLaPosition()+"\n"
+ "Il s'est déjà deplacer "+this.getNbDeplacement()+"Il est mort :"+ this.isMort();
return infos;
}
}

View File

@ -0,0 +1,52 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package metier;
/**
*
* @author emile.lalorcey
*/
public class Position {
private int posX;
private int posY;
// Constructeur
public Position(){
}
public Position(int x, int y){
this.posX = x;
this.posY = y;
}
//Guetteur
public int getPosX(){
return this.posX;
}
public int getPosY(){
return this.posY;
}
// Setteur
public void setX(int x){
this.posX = x;
}
public void setY(int y){
this.posY = y;
}
// MEthodes
@Override
public String toString(){
return "La position vaut "+this.getPosX()+" et "+this.getPosY();
}
}

View File

@ -0,0 +1,95 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package metier;
import java.util.Objects;
import java.util.logging.Logger;
/**
*
* @author emile.lalorcey
*/
public class Recif {
private int dangerosite;
private Position laPosition;
// COnstructeur
public Recif() {
}
public Recif(int dangerosite, Position laPosition) {
this.dangerosite = dangerosite;
this.laPosition = laPosition;
}
// Guetteur
public int getDangerosite() {
return dangerosite;
}
public Position getLaPosition() {
return laPosition;
}
// Setteur
public void setDangerosite(int dangerosite) {
this.dangerosite = dangerosite;
}
public void setLaPosition(Position laPosition) {
this.laPosition = laPosition;
}
// Methodes
@Override
public String toString() {
return "Recif{" + "dangerosite=" + dangerosite + ", laPosition=" + laPosition + '}';
}
@Override
public int hashCode() {
int hash = 3;
hash = 19 * hash + this.dangerosite;
hash = 19 * hash + Objects.hashCode(this.laPosition);
return hash;
}
@Override
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null) {
return false;
}
if (getClass() != obj.getClass()) {
return false;
}
final Recif other = (Recif) obj;
if (this.dangerosite != other.dangerosite) {
return false;
}
return Objects.equals(this.laPosition, other.laPosition);
}
}

View File

@ -0,0 +1,64 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package metier;
/**
*
* @author emile.lalorcey
*/
public class Tresor {
String type;
Position laPosition = new Position();
boolean decouvert;
// Constructeur
public Tresor(){
}
public Tresor(String type, int y, int x){
this.type = type;
this.laPosition.setX(x);
this.laPosition.setY(y);
}
// Guetteur
public String getType() {
return type;
}
public Position getLaPosition() {
return laPosition;
}
public boolean isDecouvert() {
return decouvert;
}
// Setteur
public void setLaPosition(Position laPosition) {
this.laPosition = laPosition;
}
public void setDecouvert(boolean decouvert) {
this.decouvert = decouvert;
}
// Methodes
@Override
public String toString() {
return "Tresor{" + "type=" + type + ", laPosition=" + laPosition + ", decouvert=" + decouvert + '}';
}
}

View File

@ -0,0 +1,125 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/UnitTests/JUnit5TestClass.java to edit this template
*/
package metier;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
/**
*
* @author emile.lalorcey
*/
public class JoueurTest {
public JoueurTest() {
}
@Before
public void setUp() {
}
/**
* Test of faireVarierVie method, of class Joueur.
*/
@Test
public void testFaireVarierVie() {
System.out.println("--------------------------------faireVarierVie--------------------");
Position pos = new Position();
Joueur instance = new Joueur("Didier", 5, pos); // À compléter, joueur créé avec 5 vies
System.out.println ("\t 1er cas : moins 1 vie/5 au départ");
int nb = -1;
instance.faireVarierVie(nb);
int expResult = 4; // Résultat attendu
int result = instance.getNbVie(); // Résultat réel
assertEquals("Pb maj Vie",expResult, result );
boolean expResultB = false;
boolean resultB = instance.isMort();
assertEquals("Pb maj isMort",expResultB, resultB );
System.out.println ("\t 2nd cas : moins 6 vies/ 4");
Joueur instan = new Joueur("Did", 4, pos);
nb = -6;
instan.faireVarierVie(nb);
expResult = 0;
result = instan.getNbVie();
assertEquals("Pb maj Vie",expResult, result );
expResultB = false;
resultB = instance.isMort();
assertEquals("Pb maj isMort",expResultB, resultB );
}
/**
* Test of deplacer method, of class Joueur.
*/
@Test
public void testDeplacer() {
System.out.println("--------------------deplacer----------------------");
Joueur instance = new Joueur();
Position pos1 = new Position(2, 2);
instance.setPosition(pos1);
System.out.println ("\t 1er cas : monter de 1");
//Test d'un déplacement neutre vers le nord
Position a = instance.deplacer('n', 3, 3);
int expResult = 1;
int result = a.getPosY();
assertEquals("Pb déplacement",expResult, result );
instance.setPosition(a);
System.out.println ("\t 2er cas : hors limite vers le nord");
a = instance.deplacer('n', 3, 3);
instance.setPosition(a);
a = instance.deplacer('n', 3, 3);
expResult = 0;
result = a.getPosY();
assertEquals("Pb déplacement",expResult, result );
System.out.println ("\t 3er cas : Est de 1");
a = instance.deplacer('e', 3, 3);
expResult = 2;
result = a.getPosX();
assertEquals("Pb déplacement",expResult, result );
instance.setPosition(a);
System.out.println ("\t 4er cas : hors limite vers l'Est");
a = instance.deplacer('e', 3, 3);
instance.setPosition(a);
expResult = 2;
result = a.getPosX();
assertEquals("Pb déplacement",expResult, result );
System.out.println ("\t 5er cas : Sud de 1");
a = instance.deplacer('s', 3, 3);
expResult = 1;
result = a.getPosY();
assertEquals("Pb déplacement",expResult, result );
instance.setPosition(a);
System.out.println ("\t 6er cas : hors limite vers le Sud");
a = instance.deplacer('s', 3, 3);
instance.setPosition(a);
a = instance.deplacer('s', 3, 3);
instance.setPosition(a);
expResult = 2;
result = a.getPosY();
assertEquals("Pb déplacement",expResult, result );
System.out.println ("\t 7eme cas : Ouest de 1");
a = instance.deplacer('o', 3, 3);
expResult = 1;
result = a.getPosX();
assertEquals("Pb déplacement",expResult, result );
instance.setPosition(a);
System.out.println ("\t 8eme cas : hors limite vers le Sud");
a = instance.deplacer('o', 3, 3);
instance.setPosition(a);
a = instance.deplacer('o', 3, 3);
instance.setPosition(a);
expResult = 0;
result = a.getPosX();
assertEquals("Pb déplacement",expResult, result );
//instance.deplacer(direction, nbCol, nbLignes);
// TODO review the generated test code and remove the default call to fail.
}
}

View File

@ -0,0 +1,92 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/UnitTests/JUnit5TestClass.java to edit this template
*/
package metier;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
/**
*
* @author emile.lalorcey
*/
public class PositionTest {
public PositionTest() {
}
@BeforeEach
public void setUp() {
}
/**
* Test of getPosX method, of class Position.
*/
@Test
public void testGetPosX() {
System.out.println("getPosX");
Position instance = new Position();
int expResult = 0;
int result = instance.getPosX();
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of getPosY method, of class Position.
*/
@Test
public void testGetPosY() {
System.out.println("getPosY");
Position instance = new Position();
int expResult = 0;
int result = instance.getPosY();
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of setX method, of class Position.
*/
@Test
public void testSetX() {
System.out.println("setX");
int x = 0;
Position instance = new Position();
instance.setX(x);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of setY method, of class Position.
*/
@Test
public void testSetY() {
System.out.println("setY");
int y = 0;
Position instance = new Position();
instance.setY(y);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of toString method, of class Position.
*/
@Test
public void testToString() {
System.out.println("toString");
Position instance = new Position();
String expResult = "";
String result = instance.toString();
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
}

View File

@ -0,0 +1,121 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/UnitTests/JUnit4TestClass.java to edit this template
*/
package metier;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
/**
*
* @author emile.lalorcey
*/
public class RecifTest {
public RecifTest() {
}
@Before
public void setUp() {
}
/**
* Test of getDangerosite method, of class Recif.
*/
@Test
public void testGetDangerosite() {
System.out.println("getDangerosite");
Recif instance = new Recif();
int expResult = 0;
int result = instance.getDangerosite();
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of getLaPosition method, of class Recif.
*/
@Test
public void testGetLaPosition() {
System.out.println("getLaPosition");
Recif instance = new Recif();
Position expResult = null;
Position result = instance.getLaPosition();
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of setDangerosite method, of class Recif.
*/
@Test
public void testSetDangerosite() {
System.out.println("setDangerosite");
int dangerosite = 0;
Recif instance = new Recif();
instance.setDangerosite(dangerosite);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of setLaPosition method, of class Recif.
*/
@Test
public void testSetLaPosition() {
System.out.println("setLaPosition");
Position laPosition = null;
Recif instance = new Recif();
instance.setLaPosition(laPosition);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of toString method, of class Recif.
*/
@Test
public void testToString() {
System.out.println("toString");
Recif instance = new Recif();
String expResult = "";
String result = instance.toString();
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of hashCode method, of class Recif.
*/
@Test
public void testHashCode() {
System.out.println("hashCode");
Recif instance = new Recif();
int expResult = 0;
int result = instance.hashCode();
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of equals method, of class Recif.
*/
@Test
public void testEquals() {
System.out.println("equals");
Object obj = null;
Recif instance = new Recif();
boolean expResult = false;
boolean result = instance.equals(obj);
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
}

View File

@ -0,0 +1,22 @@
package metier;
/**
* @author emile malcuit
* @version 1
*/
public class sqdd {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
Jeu ju = new Jeu();
Position pos = new Position(10, 10);
Joueur j = new Joueur("j", 12, pos);
Tresor t = new Tresor("coffre", 11, 10);
System.out.println(ju.gagner(t, j));
}
}

View File

@ -26,7 +26,7 @@ public class Medicament {
/** LE CONSTRUCTEUR DEFAULT
*
* Constructeur de médicament avec tous les attribut définis
* @param id
* @param nom
* @param composition
@ -52,6 +52,7 @@ public class Medicament {
}
/**
* Getteur du nom du médicament
* @return the nom
*/
public String getNom() {
@ -59,6 +60,7 @@ public class Medicament {
}
/**
* Getteur de la Composition du médicament
* @return the composition
*/
public String getComposition() {
@ -66,6 +68,7 @@ public class Medicament {
}
/**
* Guetteur des effets de médicament
* @return the effet
*/
public String getEffet() {
@ -73,16 +76,25 @@ public class Medicament {
}
/**
* Guetteur des contres Indications du médicament
* @return the contreindication
*/
public String getContreindication() {
return contreindication;
}
/**
* Getteur de l'adresse de l'image du médicament
* @return the img
*/
public String getImg() {
return img;
}
/**
* Méthode toString permettant connaitre la valeur
* de chaque attribut de l'objet Médicament
* @return retourne de façon structuré tout les attributs
*/
@Override
public String toString() {
return "Medicament{" + "id=" + id + ", nom=" + nom + ", composition=" + composition + ", effet=" + effet + ", contreindication=" + contreindication + ",img=" + img + '}';

View File

@ -22,14 +22,21 @@ public class famille {
this.id = id;
}
// LES SETTEUR
// LES Guetteurs
/**
* Getteur de l'id de la famille
* @return the id
*/
public String getId() {
return id;
}
// Méthodes
/**
* Méthode toString permettant connaitre la valeur
* de chaque attribut de l'objet famille
* @return retourne de façon structuré tout les attributs
*/
@Override
public String toString() {
return "famille{" + "id=" + id + '}';

View File

@ -22,7 +22,7 @@ public class praticien {
/** LE CONSTRUCTEUR DEFAULT
*
* Constructeur de praticien complétant chaque attributs
* @param id
* @param nom
* @param prenom
@ -38,6 +38,7 @@ public class praticien {
//LES GETTEUR
/**
* Guetteur de l'id du praticien
* @return the id
*/
public int getId() {
@ -45,6 +46,7 @@ public class praticien {
}
/**
* Guetteur du nom du praticien
* @return the nom
*/
public String getNom() {
@ -52,6 +54,7 @@ public class praticien {
}
/**
* Guetteur du prénom du praticien
* @return the prenom
*/
public String getPrenom() {
@ -59,13 +62,18 @@ public class praticien {
}
/**
* Guetteur du type de praticien
* @return the type_praticien
*/
public String getType_praticien() {
return type_praticien;
}
/**
* Méthode toString permettant connaitre la valeur
* de chaque attribut de l'objet praticien
* @return retourne de façon structuré tout les attributs
*/
@Override
public String toString() {
return "Praticien{" + "id=" + id + ", nom=" + nom + ", prenom=" + prenom + ", type_praticien=" + type_praticien + '}';

View File

@ -21,8 +21,7 @@ public class visiteur_medicaux {
private String region;
/** LE CONSTRUCTEUR DEFAULT
*
*
* Constructeur de visiteur_médicaux complétant chaque attributs
* @param id
* @param nom
* @param prenom
@ -38,6 +37,7 @@ public class visiteur_medicaux {
//LES GETTEUR
/**
* Guetteur de l'id du visiteur médical
* @return the id
*/
public int getId() {
@ -45,6 +45,7 @@ public class visiteur_medicaux {
}
/**
* Guetteur du nom du visiteur médical
* @return the nom
*/
public String getNom() {
@ -52,17 +53,11 @@ public class visiteur_medicaux {
}
/**
* Guetteur du prénom du visiteur médical
* @return the prenom
*/
public String getPrenom() {
return prenom;
}
/**
* @return the region
*/
public String getRegion() {
return region;
}
}

View File

@ -18,10 +18,19 @@ public class MedicamentSQL {
private Statement stmt = null;
private ResultSet result = null;
/**
* Constructeur de la classe médicamentSQL
*/
public MedicamentSQL() {
connexionTest = connexionSQL.getConnect("10.121.38.75","bdgsb","adminGSB","mdpGSB");
connexionTest = connexionSQL.getConnect("10.121.38.69","bdgsb","appliGSB","(Uq1XV0Tr01s2H9Z");
}
/**
* Méthode permettant la recherche d'un médicament dans une base données
* suivant le nom commercial de celui-ci
* @param nomCo
* @return ArrayList<String> infoMedoc avec toutes les informations du médicament
*/
public ArrayList<String> rechercherMedicament (String nomCo){
ArrayList<String> infoMedoc = new ArrayList<String>();

View File

@ -10,7 +10,7 @@ public class connexionSQL {
private static Connection connect; // Variable de connexion
/**
* Constructeur
* Constructeur d'une connexion avec une base de données
* @param serveur nom du serveur, localhost si local
* @param bdd nom de la base de données
* @param nomUtil nom utilisateur

View File

@ -20,8 +20,11 @@ public class familleMedocSQL {
private Statement stmt = null;
private ResultSet result = null;
/**
* Constructeur de la classe familleMedocSQL
*/
public familleMedocSQL(){
connexionTest = connexionSQL.getConnect("10.121.38.75","bdgsb","adminGSB","mdpGSB");
connexionTest = connexionSQL.getConnect("10.121.38.69","bdgsb","appliGSB","(Uq1XV0Tr01s2H9Z");
}
public Vector<String> rechercheFamille(){
@ -44,6 +47,12 @@ public class familleMedocSQL {
return famille;
}
/**
* Méthode permettant la recherche d'un code de famille de médicament
* à l'aide d'un libelle
* @param libelle nom de la famille de médicament
* @return code de la famille de médicament
*/
public String rechercheCodeFamille(String libelle){
String code = "";
try {
@ -63,6 +72,12 @@ public class familleMedocSQL {
return code;
}
/**
* Methode permettant de rechercher dans une base de données
* les médicaments faisant partie de la même famille grâce à un code de famille
* @param libelle
* @return Tableau avec tous les noms des médicaments concernés
*/
public Vector<String> rechercherMedocFamille(String libelle){
Vector<String> famille = new Vector<String>();
try {

View File

@ -4,10 +4,12 @@
*/
package acces_aux_donnes;
import java.lang.reflect.Array;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
/**
*
@ -18,10 +20,18 @@ public class observationSQL {
private Statement stmt = null;
private ResultSet result = null;
/**
* Constructeur de observationSQL
*/
public observationSQL() {
connexionTest = connexionSQL.getConnect("10.121.38.75","bdgsb","adminGSB","mdpGSB");
connexionTest = connexionSQL.getConnect("10.121.38.69","bdgsb","appliGSB","(Uq1XV0Tr01s2H9Z");
}
/**
* Méthode permettant de compter le nombre d'observations
* présente dans la Table observation
* @return nombre de lignes
*/
public int compterLignes(){
int nbLignes = 0;
try {
@ -41,7 +51,13 @@ public class observationSQL {
return nbLignes;
}
/**
* Méthode permattant d'inserer dans la base de données une nouvelle observation
* @param idMedoc
* @param idPraticien
* @param observation
* @return int
*/
public int ajouterObservation(String idMedoc, int idPraticien, String observation){
int passer = 1000;
int nbLignes = this.compterLignes();
@ -60,4 +76,26 @@ public class observationSQL {
}
return passer;
}
/**
* Méthode permettant de sélectionner les observations se rapportant au médicament sélectionné
* @param idMedoc
* @return Tableau des différentes observations
*/
public ArrayList<String> selectionObservation(String idMedoc){
ArrayList<String> observationMedoc = new ArrayList<String>();
try {
stmt = connexionTest.createStatement();
// Accès à la table
result = stmt.executeQuery("SELECT observation FROM OBSERVATION WHERE idMedoc ='" + idMedoc +"';");
while (result.next()){
observationMedoc.add(result.getString(1));
}
}catch(SQLException ex) {
System.out.println("SQLException : " + ex.getMessage());
System.out.println("SQLState : " + ex.getSQLState());
System.out.println("Code erreur : " + ex.getErrorCode());
}
return observationMedoc;
}
}

View File

@ -19,11 +19,20 @@ public class praticienSQL {
private Statement stmt = null;
private ResultSet result = null;
public praticienSQL() {
connexionTest = connexionSQL.getConnect("10.121.38.75","bdgsb","adminGSB","mdpGSB");
/**
* Constructeur de praticienSQL
*/
public praticienSQL() {
connexionTest = connexionSQL.getConnect("10.121.38.69","bdgsb","appliGSB","(Uq1XV0Tr01s2H9Z");
}
public ArrayList<String> rechercherPraticien(String login, String mdp) {
/**
* Méthode permattant de rechercher un praticien dans une base de données
* @param login
* @param mdp
* @return Tableau avec les informations du praticien
*/
public ArrayList<String> rechercherPraticien(String login, String mdp) {
ArrayList<String> praticienCherche = new ArrayList<String>();
try {
stmt = connexionTest.createStatement();

View File

@ -19,8 +19,11 @@ public class visiteurSQL {
private Statement stmt = null;
private ResultSet result = null;
public visiteurSQL() {
connexionTest = connexionSQL.getConnect("10.121.38.75","bdgsb","adminGSB","mdpGSB");
/**
* Constructeur de visiteurSQL
*/
public visiteurSQL() {
connexionTest = connexionSQL.getConnect("10.121.38.69","bdgsb","appliGSB","(Uq1XV0Tr01s2H9Z");
}
public ArrayList<String> rechercherVisiteur(String login, String mdp) {
@ -28,11 +31,14 @@ public class visiteurSQL {
try {
stmt = connexionTest.createStatement();
// Accès à la table
result = stmt.executeQuery("SELECT * FROM PRATICIENLOG WHERE nom='"+login+
"' AND Mdp='"+mdp + "';");
result = stmt.executeQuery("SELECT * FROM VISITEUR WHERE vNom='"+login+
"' AND vMdp='"+mdp + "';");
if (result.next()) { // Le praticien a été touvé
visiteurCherche.add(result.getString(1));
visiteurCherche.add(result.getString(2));
visiteurCherche.add(result.getString(1));
visiteurCherche.add(result.getString(2));
System.out.println(visiteurCherche.add(result.getString(1)));
}
result.close();

View File

@ -5,6 +5,7 @@
package presentation;
import acces_aux_donnes.praticienSQL;
import acces_aux_donnes.visiteurSQL;
import java.util.ArrayList;
import javax.swing.JOptionPane;
@ -158,15 +159,32 @@ public class jffConnexion extends javax.swing.JFrame {
}//GEN-LAST:event_jPFmdpActionPerformed
private void jBValiderActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBValiderActionPerformed
String identifiant = jTFIdentifiant.getText();
String mdp = String.valueOf(jPFmdp.getPassword());
praticienSQL testPraticien = new praticienSQL();
ArrayList<String>lePraticien = testPraticien.rechercherPraticien(identifiant,mdp);
if (lePraticien.get(0) != null){
new jffFamilleMedoc().setVisible(true);
}else {
JOptionPane.showMessageDialog(null,"Erreur de connexion, Veuillez recommencer");
}
if(this.profession == 0){
String identifiant = jTFIdentifiant.getText();
String mdp = String.valueOf(jPFmdp.getPassword());
praticienSQL testPraticien = new praticienSQL();
ArrayList<String>lePraticien = testPraticien.rechercherPraticien(identifiant,mdp);
if (!lePraticien.isEmpty()){
new jffFamilleMedoc(this.profession).setVisible(true);
}else {
JOptionPane.showMessageDialog(null,"Erreur de connexion, Veuillez recommencer");
}
}else{
String identifiant = jTFIdentifiant.getText();
String mdp = String.valueOf(jPFmdp.getPassword());
visiteurSQL testVisiteur = new visiteurSQL();
ArrayList<String>leVisiteur = testVisiteur.rechercherVisiteur(identifiant,mdp);
System.out.println(leVisiteur.get(0));
if (leVisiteur.get(0) != null){
new jffFamilleMedoc(this.profession).setVisible(true);
}else {
leVisiteur.add("12");
//JOptionPane.showMessageDialog(null,"Erreur de connexion, Veuillez recommencer");
}
}
this.setVisible(false);
}//GEN-LAST:event_jBValiderActionPerformed
/**
@ -199,7 +217,6 @@ public class jffConnexion extends javax.swing.JFrame {
/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new jffConnexion(1).setVisible(true);
}
});
}

View File

@ -1,10 +1,60 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
<NonVisualComponents>
<Menu class="javax.swing.JMenuBar" name="jMenuBar1">
<SubComponents>
<Menu class="javax.swing.JMenu" name="jMPage">
<Properties>
<Property name="text" type="java.lang.String" value="Page"/>
</Properties>
<SubComponents>
<MenuItem class="javax.swing.JMenuItem" name="jMIProfession">
<Properties>
<Property name="text" type="java.lang.String" value="Choix M&#xe9;tier"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMIProfessionActionPerformed"/>
</Events>
</MenuItem>
<MenuItem class="javax.swing.JMenuItem" name="jMIFamille">
<Properties>
<Property name="text" type="java.lang.String" value="Famille Medicament"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMIFamilleActionPerformed"/>
</Events>
</MenuItem>
</SubComponents>
</Menu>
<Menu class="javax.swing.JMenu" name="jMInfo">
<Properties>
<Property name="text" type="java.lang.String" value="Info"/>
</Properties>
<SubComponents>
<MenuItem class="javax.swing.JMenuItem" name="jMIguide">
<Properties>
<Property name="text" type="java.lang.String" value="Guide"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMIguideActionPerformed"/>
</Events>
</MenuItem>
<MenuItem class="javax.swing.JMenuItem" name="jMcredit">
<Properties>
<Property name="text" type="java.lang.String" value="Cr&#xe9;dit"/>
</Properties>
</MenuItem>
</SubComponents>
</Menu>
</SubComponents>
</Menu>
</NonVisualComponents>
<Properties>
<Property name="defaultCloseOperation" type="int" value="3"/>
</Properties>
<SyntheticProperties>
<SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
</SyntheticProperties>
@ -75,7 +125,7 @@
<Component id="jCBFamille" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="jCBMedocListe" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace pref="287" max="32767" attributes="0"/>
<EmptySpace pref="264" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>

View File

@ -17,11 +17,12 @@ import javax.swing.JOptionPane;
* @author emile.lalorcey
*/
public class jffFamilleMedoc extends javax.swing.JFrame {
int metier;
/**
* Creates new form jffFamilleMedoc
*/
public jffFamilleMedoc() {
public jffFamilleMedoc(int metier) {
this.metier = metier;
initComponents();
familleMedocSQL famille = new familleMedocSQL();
jCBFamille.setModel(new DefaultComboBoxModel(famille.rechercheFamille()));
@ -42,6 +43,13 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
jBRechercheValide = new javax.swing.JButton();
jCBFamille = new javax.swing.JComboBox<>();
jCBMedocListe = new javax.swing.JComboBox<>();
jMenuBar1 = new javax.swing.JMenuBar();
jMPage = new javax.swing.JMenu();
jMIProfession = new javax.swing.JMenuItem();
jMIFamille = new javax.swing.JMenuItem();
jMInfo = new javax.swing.JMenu();
jMIguide = new javax.swing.JMenuItem();
jMcredit = new javax.swing.JMenuItem();
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
@ -76,6 +84,43 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
}
});
jMPage.setText("Page");
jMIProfession.setText("Choix Métier");
jMIProfession.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jMIProfessionActionPerformed(evt);
}
});
jMPage.add(jMIProfession);
jMIFamille.setText("Famille Medicament");
jMIFamille.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jMIFamilleActionPerformed(evt);
}
});
jMPage.add(jMIFamille);
jMenuBar1.add(jMPage);
jMInfo.setText("Info");
jMIguide.setText("Guide");
jMIguide.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jMIguideActionPerformed(evt);
}
});
jMInfo.add(jMIguide);
jMcredit.setText("Crédit");
jMInfo.add(jMcredit);
jMenuBar1.add(jMInfo);
setJMenuBar(jMenuBar1);
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
@ -119,7 +164,7 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jCBFamille, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jCBMedocListe, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap(287, Short.MAX_VALUE))
.addContainerGap(264, Short.MAX_VALUE))
);
pack();
@ -143,7 +188,7 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
String contreIndicationTrouve = rechercheMedoc.get(4);
String imgTrouve = idTrouve;
Medicament medocTrouve = new Medicament(idTrouve, nomTrouve , compositionTrouve, effetTrouve, contreIndicationTrouve,imgTrouve);
new jffInfoMedoc(medocTrouve).setVisible(true);
new jffInfoMedoc(medocTrouve, this.metier).setVisible(true);
}else {
@ -178,10 +223,24 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
String contreIndicationTrouve = rechercheMedoc.get(4);
String imgTrouve = idTrouve;
Medicament medocTrouve = new Medicament(idTrouve, nomTrouve , compositionTrouve, effetTrouve, contreIndicationTrouve,imgTrouve);
new jffInfoMedoc(medocTrouve).setVisible(true);
new jffInfoMedoc(medocTrouve, this.metier).setVisible(true);
}
}//GEN-LAST:event_jCBMedocListeActionPerformed
private void jMIProfessionActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMIProfessionActionPerformed
new jffProfession().setVisible(true);
this.setVisible(false);
}//GEN-LAST:event_jMIProfessionActionPerformed
private void jMIguideActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMIguideActionPerformed
// TODO add your handling code here:
}//GEN-LAST:event_jMIguideActionPerformed
private void jMIFamilleActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMIFamilleActionPerformed
new jffFamilleMedoc(this.metier).setVisible(true);
this.setVisible(false);
}//GEN-LAST:event_jMIFamilleActionPerformed
/**
* @param args the command line arguments
*/
@ -212,7 +271,6 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new jffFamilleMedoc().setVisible(true);
}
});
}
@ -223,6 +281,13 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
private javax.swing.JComboBox<String> jCBMedocListe;
private javax.swing.JLabel jLRecherche;
private javax.swing.JLabel jLabel1;
private javax.swing.JMenuItem jMIFamille;
private javax.swing.JMenuItem jMIProfession;
private javax.swing.JMenuItem jMIguide;
private javax.swing.JMenu jMInfo;
private javax.swing.JMenu jMPage;
private javax.swing.JMenuItem jMcredit;
private javax.swing.JMenuBar jMenuBar1;
private javax.swing.JTextField jTFRecherche;
// End of variables declaration//GEN-END:variables
}

View File

@ -1,10 +1,78 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
<NonVisualComponents>
<Menu class="javax.swing.JMenuBar" name="jMenuBar1">
<SubComponents>
<Menu class="javax.swing.JMenu" name="jMPage">
<Properties>
<Property name="text" type="java.lang.String" value="Page"/>
</Properties>
<SubComponents>
<MenuItem class="javax.swing.JMenuItem" name="jMIProfession">
<Properties>
<Property name="text" type="java.lang.String" value="Choix M&#xe9;tier"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMIProfessionActionPerformed"/>
</Events>
</MenuItem>
<MenuItem class="javax.swing.JMenuItem" name="jMIFamille">
<Properties>
<Property name="text" type="java.lang.String" value="Famille Medicament"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMIFamilleActionPerformed"/>
</Events>
</MenuItem>
</SubComponents>
</Menu>
<Menu class="javax.swing.JMenu" name="jMObservation">
<Properties>
<Property name="text" type="java.lang.String" value="Observation"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMObservationActionPerformed"/>
</Events>
<SubComponents>
<MenuItem class="javax.swing.JMenuItem" name="jMIObservation">
<Properties>
<Property name="text" type="java.lang.String" value="jMenuItem3"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMIObservationActionPerformed"/>
</Events>
</MenuItem>
</SubComponents>
</Menu>
<Menu class="javax.swing.JMenu" name="jMInfo">
<Properties>
<Property name="text" type="java.lang.String" value="Info"/>
</Properties>
<SubComponents>
<MenuItem class="javax.swing.JMenuItem" name="jMIguide">
<Properties>
<Property name="text" type="java.lang.String" value="Guide"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMIguideActionPerformed"/>
</Events>
</MenuItem>
<MenuItem class="javax.swing.JMenuItem" name="jMcredit">
<Properties>
<Property name="text" type="java.lang.String" value="Cr&#xe9;dit"/>
</Properties>
</MenuItem>
</SubComponents>
</Menu>
</SubComponents>
</Menu>
</NonVisualComponents>
<Properties>
<Property name="defaultCloseOperation" type="int" value="3"/>
</Properties>
<SyntheticProperties>
<SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
</SyntheticProperties>
@ -23,7 +91,7 @@
<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="jPFond" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
@ -33,8 +101,9 @@
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="jPFond" max="32767" attributes="0"/>
<EmptySpace min="-2" pref="16" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="10" max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
@ -46,77 +115,83 @@
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<Component id="jSeparator1" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="jSeparator1" alignment="1" max="32767" attributes="0"/>
<Group type="102" attributes="0">
<Component id="jLContrindication" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jLEffet" min="-2" pref="391" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<Group type="103" groupAlignment="0" attributes="0">
<Component id="jPanel1" alignment="0" min="-2" max="-2" attributes="0"/>
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Component id="jLContrindication" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jLEffet" min="-2" pref="166" max="-2" attributes="0"/>
<Component id="jLComposition" min="-2" pref="265" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="140" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Component id="jLComposition" min="-2" pref="265" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="140" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="183" max="-2" attributes="0"/>
<Component id="jLNomCo" min="-2" pref="144" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="78" max="-2" attributes="0"/>
</Group>
</Group>
<Component id="jLImage" min="-2" pref="157" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="38" max="-2" attributes="0"/>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="183" max="-2" attributes="0"/>
<Component id="jLNomCo" min="-2" pref="144" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="78" max="-2" attributes="0"/>
</Group>
</Group>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="168" max="-2" attributes="0"/>
<Component id="jLNomMedoc" min="-2" max="-2" attributes="0"/>
<Component id="jLImage" min="-2" pref="157" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace min="0" pref="163" max="32767" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
</Group>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="168" max="-2" attributes="0"/>
<Component id="jLNomMedoc" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="300" max="32767" attributes="0"/>
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="267" max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="jLNomMedoc" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="jLNomMedoc" min="-2" max="-2" attributes="0"/>
</Group>
<Component id="jLabel1" alignment="0" min="-2" pref="42" max="-2" attributes="0"/>
</Group>
<EmptySpace min="-2" pref="25" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Component id="jLNomCo" min="-2" pref="37" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="28" max="-2" attributes="0"/>
<Component id="jLComposition" min="-2" pref="74" max="-2" attributes="0"/>
<EmptySpace pref="60" max="32767" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<Component id="jLContrindication" min="-2" pref="141" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
<Component id="jSeparator1" min="-2" pref="10" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="169" max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<Component id="jLEffet" min="-2" pref="131" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
</Group>
</Group>
</Group>
<Group type="102" attributes="0">
<Component id="jLImage" min="-2" pref="172" max="-2" attributes="0"/>
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
</Group>
<Component id="jLImage" alignment="0" min="-2" pref="172" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
@ -142,6 +217,65 @@
</Component>
<Component class="javax.swing.JLabel" name="jLEffet">
</Component>
<Container class="javax.swing.JPanel" name="jPanel1">
<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<EmptySpace max="32767" attributes="0"/>
<Component id="jBprecedent" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jBsuivant" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="24" max="-2" attributes="0"/>
<Component id="jLObservation" min="-2" pref="431" max="-2" attributes="0"/>
<EmptySpace pref="169" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jBsuivant" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="jBprecedent" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Component id="jLObservation" min="-2" pref="113" max="-2" attributes="0"/>
<EmptySpace pref="19" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
</Layout>
<SubComponents>
<Component class="javax.swing.JButton" name="jBsuivant">
<Properties>
<Property name="text" type="java.lang.String" value="Suivant"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="jBprecedent">
<Properties>
<Property name="text" type="java.lang.String" value="Pr&#xe9;c&#xe9;dent"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLObservation">
<Properties>
<Property name="text" type="java.lang.String" value="Text"/>
</Properties>
</Component>
</SubComponents>
</Container>
<Component class="javax.swing.JLabel" name="jLabel1">
<Properties>
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
<Image iconType="3" name="/img/logodetoure.gif"/>
</Property>
</Properties>
</Component>
</SubComponents>
</Container>
</SubComponents>

View File

@ -5,9 +5,10 @@
package presentation;
import Metier.Medicament;
import acces_aux_donnes.observationSQL;
import java.awt.Image;
import java.awt.image.BufferedImage;
import javax.swing.Icon;
import java.util.ArrayList;
import javax.swing.ImageIcon;
/**
@ -15,11 +16,15 @@ import javax.swing.ImageIcon;
* @author emile.lalorcey
*/
public class jffInfoMedoc extends javax.swing.JFrame {
private ArrayList<String> observation = new ArrayList<String>();
observationSQL observ = new observationSQL();
int metier;
/**
* Creates new form jffInfoMedoc
*/
public jffInfoMedoc(Medicament medocTrouve) {
public jffInfoMedoc(Medicament medocTrouve, int metier) {
this.metier = metier;
initComponents();
jLNomCo.setText(medocTrouve.getNom());
//Icon imgMedoc = new javax.swing.ImageIcon(getClass().getResource("/img/" + medocTrouve.getImg() + ".jpg"));
@ -29,6 +34,13 @@ public class jffInfoMedoc extends javax.swing.JFrame {
jLComposition.setText(medocTrouve.getComposition());
jLContrindication.setText(medocTrouve.getContreindication());
jLEffet.setText(medocTrouve.getEffet());
observation = observ.selectionObservation(medocTrouve.getNom());
if (observation.size()!= 0){
jLObservation.setText(observation.get(0));
}
if(this.metier != 0){
jMObservation.setVisible(false);
}
}
@ -49,71 +61,180 @@ public class jffInfoMedoc extends javax.swing.JFrame {
jLImage = new javax.swing.JLabel();
jSeparator1 = new javax.swing.JSeparator();
jLEffet = new javax.swing.JLabel();
jPanel1 = new javax.swing.JPanel();
jBsuivant = new javax.swing.JButton();
jBprecedent = new javax.swing.JButton();
jLObservation = new javax.swing.JLabel();
jLabel1 = new javax.swing.JLabel();
jMenuBar1 = new javax.swing.JMenuBar();
jMPage = new javax.swing.JMenu();
jMIProfession = new javax.swing.JMenuItem();
jMIFamille = new javax.swing.JMenuItem();
jMObservation = new javax.swing.JMenu();
jMIObservation = new javax.swing.JMenuItem();
jMInfo = new javax.swing.JMenu();
jMIguide = new javax.swing.JMenuItem();
jMcredit = new javax.swing.JMenuItem();
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
jLNomMedoc.setFont(new java.awt.Font("Segoe UI Black", 0, 18)); // NOI18N
jLNomMedoc.setText("Nom du Médicament :");
jBsuivant.setText("Suivant");
jBprecedent.setText("Précédent");
jLObservation.setText("Text");
javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
jPanel1.setLayout(jPanel1Layout);
jPanel1Layout.setHorizontalGroup(
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup()
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addComponent(jBprecedent)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jBsuivant)
.addContainerGap())
.addGroup(jPanel1Layout.createSequentialGroup()
.addGap(24, 24, 24)
.addComponent(jLObservation, javax.swing.GroupLayout.PREFERRED_SIZE, 431, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(169, Short.MAX_VALUE))
);
jPanel1Layout.setVerticalGroup(
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addContainerGap()
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jBsuivant)
.addComponent(jBprecedent))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
.addComponent(jLObservation, javax.swing.GroupLayout.PREFERRED_SIZE, 113, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(19, Short.MAX_VALUE))
);
jLabel1.setIcon(new javax.swing.ImageIcon(getClass().getResource("/img/logodetoure.gif"))); // NOI18N
javax.swing.GroupLayout jPFondLayout = new javax.swing.GroupLayout(jPFond);
jPFond.setLayout(jPFondLayout);
jPFondLayout.setHorizontalGroup(
jPFondLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPFondLayout.createSequentialGroup()
.addComponent(jSeparator1)
.addContainerGap())
.addGroup(jPFondLayout.createSequentialGroup()
.addContainerGap()
.addGroup(jPFondLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jSeparator1, javax.swing.GroupLayout.Alignment.TRAILING)
.addGroup(jPFondLayout.createSequentialGroup()
.addComponent(jLContrindication, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jLEffet, javax.swing.GroupLayout.PREFERRED_SIZE, 391, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addGroup(jPFondLayout.createSequentialGroup()
.addGroup(jPFondLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGroup(jPFondLayout.createSequentialGroup()
.addContainerGap()
.addGroup(jPFondLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
.addGroup(jPFondLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPFondLayout.createSequentialGroup()
.addComponent(jLComposition, javax.swing.GroupLayout.PREFERRED_SIZE, 265, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(140, 140, 140))
.addGroup(jPFondLayout.createSequentialGroup()
.addComponent(jLContrindication, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jLEffet, javax.swing.GroupLayout.PREFERRED_SIZE, 166, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(jPFondLayout.createSequentialGroup()
.addGroup(jPFondLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPFondLayout.createSequentialGroup()
.addComponent(jLComposition, javax.swing.GroupLayout.PREFERRED_SIZE, 265, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(140, 140, 140))
.addGroup(jPFondLayout.createSequentialGroup()
.addGap(183, 183, 183)
.addComponent(jLNomCo, javax.swing.GroupLayout.PREFERRED_SIZE, 144, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(78, 78, 78)))
.addComponent(jLImage, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(38, 38, 38))))
.addGroup(jPFondLayout.createSequentialGroup()
.addGap(168, 168, 168)
.addComponent(jLNomMedoc)))
.addGap(0, 163, Short.MAX_VALUE)))
.addContainerGap())
.addGap(183, 183, 183)
.addComponent(jLNomCo, javax.swing.GroupLayout.PREFERRED_SIZE, 144, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(78, 78, 78)))
.addComponent(jLImage, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))))
.addGroup(jPFondLayout.createSequentialGroup()
.addGap(168, 168, 168)
.addComponent(jLNomMedoc)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 300, Short.MAX_VALUE)
.addComponent(jLabel1)
.addGap(267, 267, 267))
);
jPFondLayout.setVerticalGroup(
jPFondLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPFondLayout.createSequentialGroup()
.addContainerGap()
.addComponent(jLNomMedoc)
.addGap(18, 18, 18)
.addGroup(jPFondLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPFondLayout.createSequentialGroup()
.addContainerGap()
.addComponent(jLNomMedoc))
.addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 42, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGap(25, 25, 25)
.addGroup(jPFondLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPFondLayout.createSequentialGroup()
.addComponent(jLNomCo, javax.swing.GroupLayout.PREFERRED_SIZE, 37, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(28, 28, 28)
.addComponent(jLComposition, javax.swing.GroupLayout.PREFERRED_SIZE, 74, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 60, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addGroup(jPFondLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPFondLayout.createSequentialGroup()
.addComponent(jLContrindication, javax.swing.GroupLayout.PREFERRED_SIZE, 141, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addComponent(jSeparator1, javax.swing.GroupLayout.PREFERRED_SIZE, 10, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(169, 169, 169))
.addComponent(jSeparator1, javax.swing.GroupLayout.PREFERRED_SIZE, 10, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(jPFondLayout.createSequentialGroup()
.addComponent(jLEffet, javax.swing.GroupLayout.PREFERRED_SIZE, 131, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))))
.addGroup(jPFondLayout.createSequentialGroup()
.addComponent(jLImage, javax.swing.GroupLayout.PREFERRED_SIZE, 172, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(0, 0, Short.MAX_VALUE))))
.addGap(0, 0, Short.MAX_VALUE))))
.addComponent(jLImage, javax.swing.GroupLayout.PREFERRED_SIZE, 172, javax.swing.GroupLayout.PREFERRED_SIZE))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap())
);
jMPage.setText("Page");
jMIProfession.setText("Choix Métier");
jMIProfession.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jMIProfessionActionPerformed(evt);
}
});
jMPage.add(jMIProfession);
jMIFamille.setText("Famille Medicament");
jMIFamille.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jMIFamilleActionPerformed(evt);
}
});
jMPage.add(jMIFamille);
jMenuBar1.add(jMPage);
jMObservation.setText("Observation");
jMObservation.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jMObservationActionPerformed(evt);
}
});
jMIObservation.setText("jMenuItem3");
jMIObservation.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jMIObservationActionPerformed(evt);
}
});
jMObservation.add(jMIObservation);
jMenuBar1.add(jMObservation);
jMInfo.setText("Info");
jMIguide.setText("Guide");
jMIguide.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jMIguideActionPerformed(evt);
}
});
jMInfo.add(jMIguide);
jMcredit.setText("Crédit");
jMInfo.add(jMcredit);
jMenuBar1.add(jMInfo);
setJMenuBar(jMenuBar1);
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
@ -126,13 +247,37 @@ public class jffInfoMedoc extends javax.swing.JFrame {
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addComponent(jPFond, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addGap(16, 16, 16))
.addGap(10, 10, 10))
);
pack();
}// </editor-fold>//GEN-END:initComponents
private void jMIProfessionActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMIProfessionActionPerformed
new jffProfession().setVisible(true);
this.setVisible(false);
}//GEN-LAST:event_jMIProfessionActionPerformed
private void jMIFamilleActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMIFamilleActionPerformed
new jffFamilleMedoc(this.metier).setVisible(true);
this.setVisible(false);
}//GEN-LAST:event_jMIFamilleActionPerformed
private void jMObservationActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMObservationActionPerformed
}//GEN-LAST:event_jMObservationActionPerformed
private void jMIguideActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMIguideActionPerformed
// TODO add your handling code here:
}//GEN-LAST:event_jMIguideActionPerformed
private void jMIObservationActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMIObservationActionPerformed
new jffAjoutObservation(this.observation.get(0), 1).setVisible(true);
}//GEN-LAST:event_jMIObservationActionPerformed
/**
* @param args the command line arguments
*/
@ -168,13 +313,27 @@ public class jffInfoMedoc extends javax.swing.JFrame {
}
// Variables declaration - do not modify//GEN-BEGIN:variables
private javax.swing.JButton jBprecedent;
private javax.swing.JButton jBsuivant;
private javax.swing.JLabel jLComposition;
private javax.swing.JLabel jLContrindication;
private javax.swing.JLabel jLEffet;
private javax.swing.JLabel jLImage;
private javax.swing.JLabel jLNomCo;
private javax.swing.JLabel jLNomMedoc;
private javax.swing.JLabel jLObservation;
private javax.swing.JLabel jLabel1;
private javax.swing.JMenuItem jMIFamille;
private javax.swing.JMenuItem jMIObservation;
private javax.swing.JMenuItem jMIProfession;
private javax.swing.JMenuItem jMIguide;
private javax.swing.JMenu jMInfo;
private javax.swing.JMenu jMObservation;
private javax.swing.JMenu jMPage;
private javax.swing.JMenuItem jMcredit;
private javax.swing.JMenuBar jMenuBar1;
private javax.swing.JPanel jPFond;
private javax.swing.JPanel jPanel1;
private javax.swing.JSeparator jSeparator1;
// End of variables declaration//GEN-END:variables
}