public void createInstances() {
labelTitle = new GenericLabel("Public Server List");
filters = new GenericScrollArea();
filterTitle = new GenericLabel("Sort & Filter");
featured = new SortButton("Featured", "featured", model);
popular = new SortButton("Popular", "popular", model);
trending = new SortButton("Trending", "trending", model);
byName = new SortButton("Name", "sortBy=name", model);
byFreeSlots = new SortButton("Free Slots", "sortBy=freeslots", false, model);
byPlayers = new SortButton("Players Online", "sortBy=players", false, model);
//byPing = new SortButton("Ping", "sortBy=ping", model);
random = new RandomButton(model);
hasPlayers = new FilterButton("Has Players", "hasplayers", model);
notFull = new FilterButton("Not Full", "notfull", model);
accessType = new AccessTypeFilter(model);