mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
Rename dc class to DropdownButton and add new ExtensionFileFilter and RepaintCallback classes
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface dC {
|
||||
public interface RepaintCallback {
|
||||
void a();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user