File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- import java .awt .*;
2- import javax .swing .*;
3- import java .awt .event .*;
1+ import java .awt .event .*;
2+ import javax .swing .*;
43
54public class Main extends JFrame {
65 // Menubar
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class Sorting extends Main {
2121 // Progress Bar
2222 JProgressBar jb1 ;
2323
24- Sorting (){
24+ public Sorting (){
2525 // Panel for options (bubble sort, insertion sort...)
2626 pPanel1 = new JPanel ();
2727 pPanel1 .setLayout (new GridLayout (1 , 7 ));
Original file line number Diff line number Diff line change 55import java .awt .Graphics ;
66import java .awt .Graphics2D ;
77import java .awt .geom .Rectangle2D ;
8- import java .security .PublicKey ;
98import java .util .Random ;
109
1110import javax .swing .JPanel ;
You can’t perform that action at this time.
0 commit comments