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