no message

This commit is contained in:
2023-10-10 23:33:23 +03:00
parent ca969faacd
commit 7a1d5211ae
7 changed files with 124 additions and 107 deletions

View File

@@ -1,4 +1,6 @@
package Visual_DVM_2021.UI.Interface;
import javax.swing.*;
public interface TestsWindow {
void ShowAll();
JPanel getContent();
}