package Visual_DVM_2021.UI.Interface; import javax.swing.*; public interface DebugWindow { JPanel getContent(); void ShowAll(); }