mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
24 lines
488 B
Java
24 lines
488 B
Java
package bt;
|
|
|
|
import com.efiAnalytics.ui.bc;
|
|
import java.util.ArrayList;
|
|
import javax.swing.JPanel;
|
|
|
|
public class CloseableComponentPanel extends JPanel {
|
|
ArrayList H = new ArrayList();
|
|
|
|
public void a(bc parambc) {
|
|
this.H.add(parambc);
|
|
}
|
|
|
|
protected void l() {
|
|
for (bc bc : this.H)
|
|
bc.close();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bt/d.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |