Package view.rh

Class ViewAccueilRh

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ViewAccueilRh extends JFrame
Écran d'accueil du service RH. Permet de consulter, modifier, créer et supprimer des visiteurs.
Author:
Matthieu CAMPAGNA
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • contentPane

      private JPanel contentPane
    • btnDeconnexion

      private JButton btnDeconnexion
    • btnConsulterFiche

      private JButton btnConsulterFiche
    • btnModifier

      private JButton btnModifier
    • btnEnregistrer

      private JButton btnEnregistrer
    • btnSupprimer

      private JButton btnSupprimer
    • lblNewLabel

      private JLabel lblNewLabel
  • Constructor Details

    • ViewAccueilRh

      public ViewAccueilRh()
      Create the frame.
  • Method Details

    • main

      public static void main(String[] args)
      Launch the application.
    • getLblNewLabel

      private JLabel getLblNewLabel()
    • getBtnConsulterFiche

      private JButton getBtnConsulterFiche()
    • getBtnModifier

      private JButton getBtnModifier()
    • getBtnEnregistrer

      private JButton getBtnEnregistrer()
    • getBtnSupprimer

      private JButton getBtnSupprimer()
    • getBtnDeconnexion

      private JButton getBtnDeconnexion()