This commit is contained in:
Konloch 2024-09-29 09:51:55 -06:00
parent 62ade7c877
commit 78a41f5a85

AI 샘플 코드 생성 중입니다

Loading...

View File

@ -107,20 +107,6 @@ public class TabComponent extends JPanel
setBorder(BorderFactory.createEmptyBorder(2, 0, 0, 0));
}
public void selectPane()
{
if (pane.indexOfTabComponent(TabComponent.this) != -1)
{
int i = pane.indexOfTabComponent(TabComponent.this);
selectTab(i);
}
}
private void selectTab(int index)
{
BytecodeViewer.viewer.workPane.tabs.setSelectedIndex(index);
}
public void closePane()
{
if (pane.indexOfTabComponent(TabComponent.this) != -1)