Class ViewFicheHorsForfait

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

public class ViewFicheHorsForfait extends JFrame
Écran du nombre de fiches hors forfait par région et mois.
Author:
Matthieu CAMPAGNA
See Also:
  • Field Details

  • Constructor Details

    • ViewFicheHorsForfait

      public ViewFicheHorsForfait()
      Create the frame.
  • Method Details

    • main

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

      private JLabel getLblTitre()
    • getComboBoxRegion

      private JComboBox<String> getComboBoxRegion()
    • getComboBoxMois

      private JComboBox<String> getComboBoxMois()
    • getScrollPane

      private JScrollPane getScrollPane()
    • getTableFrais

      private JTable getTableFrais()
    • getMoisNumero

      private int getMoisNumero(String nomMois)
    • mettreAJourTableau

      private void mettreAJourTableau()
    • getBtnRetour

      private JButton getBtnRetour()