import javax.swing.BorderFactory;
import javax.swing.ButtonGroup;
import javax.swing.ImageIcon...field_2.setBounds(130, 50,200, 30);
//用来获取源文件(要切割的文件)
button_1= new JButton("选择",new ImageIcon...button_1.addActionListener(listener);
//用来获取目标文件夹(切割后存放发地点)
button_2= new JButton("选择",new ImageIcon....setBounds(350, 50, 80, 30);
// 下部面板
// 切割文件
button_Split = new JButton("切割",new ImageIcon...button_Split.setBounds(80, 100, 130, 30);
// 打开目标文件夹
button_open = new JButton("打开目标文件夹",new ImageIcon