Class FPanelDialogue

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FPanelDialogue extends FPanel
See Also:
  • Field Details

    • fta

      private FTextArea fta
    • needToStayMaxSize

      private boolean needToStayMaxSize
  • Constructor Details

    • FPanelDialogue

      public FPanelDialogue()
  • Method Details

    • ini

      public void ini(String s, boolean needToStayMaxSize)
    • getNeedToStayMaxSize

      public boolean getNeedToStayMaxSize()
    • clicEn

      public boolean clicEn(int x, int y)
      If we are waiting for going to next commande, launch it.
      Returns:
      true if we have launch next commande.
    • setVisible

      public void setVisible(boolean visible)
      Override setVisible to also setVisible dependent FPanel. Dependent FPanel are pdi & pij.
      Overrides:
      setVisible in class JComponent
      Parameters:
      visible - true if need to be visible.