Package megamek.client.ui.swing
Interface IHasCurrentPanel
- All Known Implementing Classes:
ClientGUI
public interface IHasCurrentPanel
-
Method Summary
Modifier and TypeMethodDescriptionThe ClientGUI is split into the main panel (view) at the top, which takes up the majority of the view and the "current panel" which has different controls based on the phase.
-
Method Details
-
getCurrentPanel
JComponent getCurrentPanel()The ClientGUI is split into the main panel (view) at the top, which takes up the majority of the view and the "current panel" which has different controls based on the phase.- Returns:
- the panel for the current phase
-