Rename dc class to DropdownButton and add new ExtensionFileFilter and RepaintCallback classes

This commit is contained in:
2026-01-11 06:33:46 +00:00
parent 8f36261f99
commit 7ad86bc506
3 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import java.util.ArrayList;
import javax.swing.JMenuItem;
import javax.swing.JPopupMenu;
public class dc extends cp implements ItemSelectable, ActionListener {
public class DropdownButton extends cp implements ItemSelectable, ActionListener {
ArrayList z = new ArrayList();
JPopupMenu A = new JPopupMenu();

View File

@@ -1,6 +1,6 @@
package com.efiAnalytics.ui;
public interface dC {
public interface RepaintCallback {
void a();
}