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 .*;
4
3
5
4
public class Main extends JFrame {
6
5
// Menubar
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class Sorting extends Main {
21
21
// Progress Bar
22
22
JProgressBar jb1 ;
23
23
24
- Sorting (){
24
+ public Sorting (){
25
25
// Panel for options (bubble sort, insertion sort...)
26
26
pPanel1 = new JPanel ();
27
27
pPanel1 .setLayout (new GridLayout (1 , 7 ));
Original file line number Diff line number Diff line change 5
5
import java .awt .Graphics ;
6
6
import java .awt .Graphics2D ;
7
7
import java .awt .geom .Rectangle2D ;
8
- import java .security .PublicKey ;
9
8
import java .util .Random ;
10
9
11
10
import javax .swing .JPanel ;
You can’t perform that action at this time.
0 commit comments