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