Improves the caching strategy.
Now much more performant.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -198,6 +198,8 @@ public class Interface extends JFrame implements SongDisplayListener, ComponentL
|
|||||||
this.addWindowListener(this);
|
this.addWindowListener(this);
|
||||||
|
|
||||||
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||||
|
|
||||||
|
this.updateSongs(SongProvider.INSTANCE.getSongs());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user