упорядочил папки с кодом.
This commit is contained in:
6
src/Common/UI/Windows/Interface/TestsWindow.java
Normal file
6
src/Common/UI/Windows/Interface/TestsWindow.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package Common.UI.Windows.Interface;
|
||||
import javax.swing.*;
|
||||
public interface TestsWindow {
|
||||
void ShowAll();
|
||||
JPanel getContent();
|
||||
}
|
||||
Reference in New Issue
Block a user