I have created a database class which creates a database object array with three objects in each index.
class Database
{
int answer = JOptionPane.YES_OPTION;
int count = 0;
final int ARRAY_SIZE = 12;
public Database(){
CD[] data = new CD[ARRAY_SIZE];
String[] search = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.