1

I have a game. Menu via JFrame, game via JDialog, but I want to create one frame (1280x1024) and have all my menus, pop-ups and game be in one window.

Is it possible?

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
JohnDow
  • 1,242
  • 4
  • 22
  • 40
  • See this answer to [The Use of Multiple JFrames, Good/Bad Practice?](http://stackoverflow.com/a/9554657/418556) for lots of possibilities. – Andrew Thompson Nov 12 '12 at 08:48

1 Answers1

2

Sure ! Take a look to JMenuBar and JInternalFrame :)

NiziL
  • 5,068
  • 23
  • 33