package Common.UI.Windows.Interface; import javax.swing.*; public interface TestsWindow { void ShowAll(); JPanel getContent(); }