Skip to content

Instantly share code, notes, and snippets.

@espinchi
Created August 31, 2009 12:37
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 espinchi/178439 to your computer and use it in GitHub Desktop.
Save espinchi/178439 to your computer and use it in GitHub Desktop.
just a test
protected TextViewer(LayoutManager layoutManager, Object constaints, JLabel label) {
this.setLayout(layoutManager);
this.label = label;
this.add(label, constaints);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment