cnicollonline

"I was just guessing at numbers and figures, pulling the puzzles apart"

Posts Tagged ‘ awt ’

Creating a basic Java UI can be a little overwhelming, but once you understand what’s going on there is not a lot to it. This post is about the Java User Interface and components within it. Today i’ll be covering:

  • Creating a JFrame
    • Configuring the window
  • Adding a menu bar
    • Adding mnemonics
    • Adding key strokes
    • Adding a popup ‘about’ window
  •  [More]