Class FPanelTX

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
FPanelTBoolean, FPanelTInt

public abstract class FPanelTX extends FPanel
See Also:
  • Field Details

    • tailleBouton

      protected int tailleBouton
    • pb

      protected FPanelBouton pb
    • x

      protected int x
    • y

      protected int y
    • descTI

      protected String descTI
  • Constructor Details

    • FPanelTX

      public FPanelTX()
  • Method Details

    • getXPi

      public int getXPi()
    • getYPi

      public int getYPi()
    • paintComponent

      public void paintComponent(Graphics g)
      Description copied from class: FPanel
      Paint function with a debug tool.
      Overrides:
      paintComponent in class FPanel