Skip to content

Instantly share code, notes, and snippets.

@yblee85
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yblee85/fb23b1867b0eea2f5d1a to your computer and use it in GitHub Desktop.
Save yblee85/fb23b1867b0eea2f5d1a to your computer and use it in GitHub Desktop.
JAVA multiline label html no border
// you can set border / cellpadding and other stuffs so that this content fits JTable or JLabel
"<html><table width=\"115\"; border=\"0\"; cellpadding=\"0\"; cellspacing=\"0\"; margin-top=\"0\"; margin-bottom=\"0\"; padding=\"0\" \"><tr><td align=\"center\">" + work_hour + "</td></tr><tr><td align=\"center\"><font size=\"2\">" + startTimeAMPM + "~" + endTimeAMPM + "</font></td></tr></table></html>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment