List pride flags together below country flags

This commit is contained in:
xenohedron 2023-07-02 21:10:17 -04:00
parent 7d0c78b7a0
commit 19adf52236
2 changed files with 17 additions and 16 deletions

View file

@ -16,10 +16,7 @@ public class CountryComboBox extends JComboBox {
public static final String[][] countryList = {
{"Afghanistan", "af"},
{"Agender","agender"},
{"Åland Islands", "ax"},
{"Aromantic" , "aro"},
{"Asexual", "asexual"},
{"Albania", "al"},
{"Algeria", "dz"},
{"American Samoa", "as"},
@ -45,7 +42,6 @@ public class CountryComboBox extends JComboBox {
{"Benin", "bj"},
{"Bermuda", "bm"},
{"Bhutan", "bt"},
{"Bisexual","bisexual"},
{"Bolivia, Plurinational State of", "bo"},
{"Bosnia and Herzegovina", "ba"},
{"Botswana", "bw"},
@ -61,7 +57,6 @@ public class CountryComboBox extends JComboBox {
{"Cameroon", "cm"},
{"Canada", "ca"},
{"Catalonia", "catalonia"},
{"Catgender", "catgender"},
{"Cayman Islands", "ky"},
{"Central African Republic", "cf"},
{"Chad", "td"},
@ -81,7 +76,6 @@ public class CountryComboBox extends JComboBox {
{"Cyprus", "cy"},
{"Czech Republic", "cz"},
{"Denmark", "dk"},
{"Demisexual","demi"},
{"Djibouti", "dj"},
{"Dominica", "dm"},
{"Dominican Republic", "do"},
@ -104,9 +98,6 @@ public class CountryComboBox extends JComboBox {
{"French Southern Territories", "tf"},
{"Gabon", "ga"},
{"Gambia", "gm"},
{"Gay","gay"},
{"Genderfluid","genderfluid"},
{"Genderqueer","genderqueer"},
{"Georgia", "ge"},
{"Germany", "de"},
{"Ghana", "gh"},
@ -129,7 +120,6 @@ public class CountryComboBox extends JComboBox {
{"Iceland", "is"},
{"India", "in"},
{"Indonesia", "id"},
{"Innersex","inner"},
{"Iran, Islamic Republic of", "ir"},
{"Iraq", "iq"},
{"Ireland", "ie"},
@ -148,9 +138,7 @@ public class CountryComboBox extends JComboBox {
{"Lao People's Democratic Republic", "la"},
{"Latvia", "lv"},
{"Lebanon", "lb"},
{"Lesbian","lesbian"},
{"Lesotho", "ls"},
{"LGBT","lgbt"},
{"Liberia", "lr"},
{"Libya", "ly"},
{"Liechtenstein", "li"},
@ -189,7 +177,6 @@ public class CountryComboBox extends JComboBox {
{"Niger", "ne"},
{"Nigeria", "ng"},
{"Niue", "nu"},
{"Non Binary","nb"},
{"Norfolk Island", "nf"},
{"Northern Mariana Islands", "mp"},
{"Norway", "no"},
@ -198,7 +185,6 @@ public class CountryComboBox extends JComboBox {
{"Palau", "pw"},
{"Palestine, State of", "ps"},
{"Panama", "pa"},
{"Pansexual","pan"},
{"Papua New Guinea", "pg"},
{"Paraguay", "py"},
{"Peru", "pe"},
@ -250,7 +236,6 @@ public class CountryComboBox extends JComboBox {
{"Togo", "tg"},
{"Tokelau", "tk"},
{"Tonga", "to"},
{"Transgender","tran"},
{"Trinidad and Tobago", "tt"},
{"Tunisia", "tn"},
{"Turkey", "tr"},
@ -276,7 +261,23 @@ public class CountryComboBox extends JComboBox {
{"Western Sahara", "eh"},
{"Yemen", "ye"},
{"Zambia", "zm"},
{"Zimbabwe", "zw"},};
{"Zimbabwe", "zw"},
{"Agender", "agender"},
{"Aromantic", "aro"},
{"Asexual", "asexual"},
{"Bisexual", "bisexual"},
{"Catgender", "catgender"},
{"Demisexual", "demi"},
{"Gay", "gay"},
{"Genderfluid", "genderfluid"},
{"Genderqueer", "genderqueer"},
{"Innersex", "inner"},
{"Lesbian", "lesbian"},
{"LGBT", "lgbt"},
{"Nonbinary", "nb"},
{"Pansexual", "pan"},
{"Transgender", "trans"},
};
@SuppressWarnings("unchecked")
public CountryComboBox() {