Skip to content

Instantly share code, notes, and snippets.

@Faylixe
Last active December 7, 2015 11:25
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 Faylixe/88ca1f0082ef24f29a13 to your computer and use it in GitHub Desktop.
Save Faylixe/88ca1f0082ef24f29a13 to your computer and use it in GitHub Desktop.
Sample for menu builder.
public static JMenuBar build(final Controller controller) {
final MenuBuilder builder = new MenuBuilder(controller);
builder.createFileMenu();
return builder.get();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment