mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-27 15:15:30 +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();
|
||||
|
||||
Reference in New Issue
Block a user