Class ViewMontantForfait

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

public class ViewMontantForfait extends JFrame
Écran du montant total des frais forfait par région et mois.
Author:
Matthieu CAMPAGNA
See Also:
  • Field Details

  • Constructor Details

    • ViewMontantForfait

      public ViewMontantForfait()
      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()