Lab 1 -- A robot greeter: 9/4

You should have a partner for this lab; they will be arranged in class.

You job in this lab is to write a Java application that will input the name of a person and then say hello to that person. If the input name were Jo, your program should output "Hi Jo!". Input should come from a TextField and output should be to another TextField.

There are several things you must know before you can start this lab.

  1. How to start NetBeans
  2. Projects
  3. Frames
  4. TextFields
  5. Strings
Fortunately most of these are very easy, and they will have all been demonstrated in class. Unfortunately, if you can't recall how to do any one of these, you will be stuck (like most of computing, the details can get in your way -- they do not capture your involuntary attention, but if you don't make yourself learn them they can take a lot of your time!).

How to get credit: demo with your partner in lab on Thurs; arrange to come in with your programming partner to do your demo.