Skip to content

Commit 3bd6d11

Browse files
committed
audio fixes and improvements
1 parent 837f4d7 commit 3bd6d11

15 files changed

+1406
-100
lines changed

dist/Array_Visualizer.jar

48.6 KB
Binary file not shown.

src/AAFrame.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* To change this template, choose Tools | Templates
3+
* and open the template in the editor.
4+
*/
5+
package array.visualizer;
6+
7+
/**
8+
*
9+
* @author S630690
10+
*/
11+
interface AAFrame {
12+
abstract void reposition();
13+
abstract boolean isVisible();
14+
abstract void dispose();
15+
}

0 commit comments

Comments
 (0)