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