[The Anime and Manga Lab]
Always wanted to quickly save multiple Urls of your favourite youtube vids?
NOW YOU CAN WITH THE URL SAVER
Which allows you to save up to 5 Urls!
It then gives you the ability to save them to an file!
GULLY AUTOMATED NO INSTALLATION!!!!!1
Be sure to have Java installed!
Download at the Code 2 Gether link!!!
[The Anime and Manga Lab]
Always wanted to quickly save multiple Urls of your favourite youtube vids?
NOW YOU CAN WITH THE URL SAVER
Which allows you to save up to 5 Urls!
It then gives you the ability to save them to an file!
GULLY AUTOMATED NO INSTALLATION!!!!!1
Be sure to have Java installed!
Download at the Code 2 Gether link!!!
http://sourceforge.net/projects/code2gether/files/Applications/Java/Jeroen%20Mathon/Url%20Saver/Url%20Saver.jar/download
import java.awt.Desktop;
import java.awt.EventQueue;
import java.awt.Robot;
import javax.swing.JFrame;
import javax.swing.GroupLayout;
import javax.swing.JOptionPane;
import javax.swing.GroupLayout.Alignment;
import javax.swing.JTextField;
import javax.swing.JLabel;
import java.awt.Font;
import javax.swing.JButton;
import javax.swing.LayoutStyle.ComponentPlacement;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import javax.swing.JProgressBar;
import java.awt.Color;
import java.io.;
import java.util.;
public class Core {
private String url1 = "Empty";
private String url2 = "Empty";
private String url3 = "Empty";
private String url4 = "Empty";
private String url5 = "Empty";
private JFrame frmUrlGatherer;
private static JTextField textField;
private static String url;
private int bcount = 0;
private String[] urls ={url1, url2, url3, url4, url5};
private int pvalue = 0;
JButton btnClearUrls = new JButton("Clear Urls");
JProgressBar progressBar = new JProgressBar();
private int num;
JButton btnDownloadName = new JButton("Download Name");
JLabel lblCopyrightsCode = new JLabel("Copyrights@ Code 2 Gether 2013");
JButton btnAdd = new JButton("Add");
private final JButton btnSaveToFile = new JButton("Save to File");
/*
* Launch the application.
/
public static void main(String[] args) {
EventQueue.invokeLater(new Runnable() {
}