2023-11-19 02:12:44 +03:00
|
|
|
package Visual_DVM_2021.UI.Main;
|
|
|
|
|
import javax.swing.*;
|
|
|
|
|
public class buffer_ {
|
2024-03-01 21:01:35 +03:00
|
|
|
private JTabbedPane testingTabs;
|
|
|
|
|
private JPanel dvmTestingPanel;
|
|
|
|
|
private JSplitPane SC48;
|
|
|
|
|
private JSplitPane SC49;
|
|
|
|
|
private JSplitPane SC46;
|
|
|
|
|
private JPanel sapforTestingPanel;
|
|
|
|
|
private JTabbedPane sapforTestingTabs;
|
2023-11-19 02:12:44 +03:00
|
|
|
}
|