Last active
August 29, 2015 14:01
-
-
Save yblee85/fb23b1867b0eea2f5d1a to your computer and use it in GitHub Desktop.
JAVA multiline label html no border
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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