Slide 3.19: Lists (cont.)
  Slide 3.20: Other interfaces (cont.)
  Home


Other Interfaces


The following screen dumps are the other interfaces from the project GuiSuite.

TextBox( "Enter Some Text:", "", 10, TextField.ANY );

List( "Choose Items", Choice.MULTIPLE );

soundAlert.setString( "** ERROR **" );


date = new DateField( "Today's date: ",
      DateField.DATE );
now = new java.util.Date( );
date.setDate( now );


Gauge( "Progress Bar", false, 20, 9 );
TextField( "TextField Label", "abc", 50, 0 );