Skip to content
Snippets Groups Projects
Commit 9df42c8d authored by Goik Martin's avatar Goik Martin
Browse files

organize imports

parent 452bc262
No related branches found
No related tags found
No related merge requests found
package sda.jdbc.intro.v01;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
......@@ -10,7 +9,6 @@ import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
import javax.swing.Box;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment