net.sf.zig_project.gpl.example.form_layout
Class Sample1

java.lang.Object
  extended bynet.sf.zig_project.gpl.example.form_layout.Sample1

public class Sample1
extends Object

Three field example using FormLayout. The first two labels share the same column width, and excess frame space is given to their fields on the right. The last label is given the width of the frame, and it's field is given any excess height.

Version:
October 5, 2004
Author:
Frank Ziglar

Constructor Summary
Sample1()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sample1

public Sample1()
Method Detail

main

public static void main(String[] args)