Class FPanelSupDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FPanelSupDialog extends FPanel
Map mouse listener panel.
Author:
Hydrolien
See Also:
  • Constructor Details

    • FPanelSupDialog

      public FPanelSupDialog()
  • Method Details

    • build

      public void build()
      Build this.
      It add a MouseListener that clic to pass dialog.
    • updateSizeMax

      public void updateSizeMax()
      Update size to max one.
    • updateSizeMin

      public void updateSizeMin()
      Update size to 0,0.
    • paintComponent

      public void paintComponent(Graphics g)
      Paint nothing.
      Overrides:
      paintComponent in class FPanel
    • checkFPanelDialogue

      public boolean checkFPanelDialogue(MouseEvent e)
      Check if FPanelDialogue is waiting to go to next dialog.
    • checkFPanelDialogue

      public boolean checkFPanelDialogue(int x, int y)
      Check if FPanelDialogue is waiting to go to next dialog.