cnicollonline

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

Archive for May, 2009

Way back when I started programming there were two things I just could not wrap my head around. Unfortunately they fell hand in hand which made doing an alternative quote tedious. Loops and arrays were nightmares. This post is outlines a few small pointers I’ve picked up along the way.

 [More]

I tend to do a lot of work with database entry through PHP forums. Over time I’ve seen nemorous ways in which someone will enter their phone number.

 [More]

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]