List of usage examples for javax.swing Action subclass-usage
From source file io.github.jeremgamer.preview.actions.Launch.java
public class Launch extends Action { private JComponent parent; private final String JAVA_DIR = System.getProperty("java.home") + "\\bin\\javaw.exe";
From source file io.github.jeremgamer.preview.actions.Download.java
public class Download extends Action { private String url; private JComponent parent; private ArrayList<CustomProgressBar> barList = new ArrayList<CustomProgressBar>(); private long totalBytes = 0;
From source file net.sourceforge.atunes.kernel.actions.RemoveFromDiskAction.java
public class RemoveFromDiskAction extends Action { private static final long serialVersionUID = -6958409532399604195L; private Logger logger = new Logger();