Creating a Java UI Part 1
May 11, 2009 • Java, Notes, Programming, School • Comments
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