Skip to content

Instantly share code, notes, and snippets.

@skd1993
Created February 10, 2015 07:05
Show Gist options
  • Save skd1993/84717c2ddebaa50cb653 to your computer and use it in GitHub Desktop.
Save skd1993/84717c2ddebaa50cb653 to your computer and use it in GitHub Desktop.
Remove Line Border Java Swing workaround.
Border border;
border = BorderFactory.createEmptyBorder();
labels[5].setBorder(border);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment