промежуточный. Перенос отладки текущего проекта к его вкладкам.

This commit is contained in:
2023-10-11 01:31:38 +03:00
parent 7a1d5211ae
commit 08e3c87b78
13 changed files with 525 additions and 11 deletions

View File

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