Graphical User Interfaces

These are demo programs of the GUI's shown in chapter 17, with a few additions for completeness.

 program

code 

run it 

text field - event created by enter key (usual scheme)

TextField

TextField

text field - event created by any change

TextField

TextField

button

Button

Button

check boxes 

 CheckBox

 CheckBox

 check box group

(radio buttons)

 RadioButtons

 RadioButtons

 choice box (drop-down list)

 Choice

 Choice

 list

 List

List 

 text area

 TextArea

 TextArea

 canvas

 Canvas

 Canvas

 panel

 Panel

Panel 

 border layout

 BorderLayout

 BorderLayout

 scroll bars with border layout

 scwbl

 scwbl

buttons in panels

bip

bip

mouse events

Mouse

Mouse