I have the following method declared..
public void display() {
Set finalStringSet = mapFinal.keySet();
JTextPane textPane = new JTextPane(); // creates an empty text pane
textPane.setContentType("text/html"); // lets Java know it will be HTML...
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.