How to center the text in a JLabel?

String text = “In early March, the city of Topeka, Kansas,” + “<br>” + “temporarily changed its name to Google…” + “<br>” + “<br>” + “…in an attempt to capture a spot” + “<br>” + “in Google’s new broadband/fiber-optics project.” + “<br>” + “<br>” +”<br>” + “source: http://en.wikipedia.org/wiki/Google_server#Oil_Tanker_Data_Center”; JLabel label = new JLabel(“<html><div style=”text-align: center;”>” … Read more