Package velox.gui

Class StrategyPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class StrategyPanel extends JPanel
JPanel that can be display in strategies dialog with custom title specified
Will follow general style with border and title
If you want displayed panel to be without general styled border and title, set title to null
Also, sets all components Component.setEnabled(boolean)
See Also:
  • Constructor Details

    • StrategyPanel

      public StrategyPanel(String title)
      Parameters:
      title - title that will be displayed in strategies dialog
    • StrategyPanel

      public StrategyPanel(String title, boolean isDoubleBuffered)
      Parameters:
      title - title that will be displayed in strategies dialog
      isDoubleBuffered -
    • StrategyPanel

      public StrategyPanel(String title, LayoutManager layout, boolean isDoubleBuffered)
      Parameters:
      title - title that will be displayed in strategies dialog
      layout -
      isDoubleBuffered -
    • StrategyPanel

      public StrategyPanel(String title, LayoutManager layout)
      Parameters:
      title - title that will be displayed in strategies dialog
      layout -
  • Method Details