Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java thread: How to create a time table


Message #1 by "Jean Lee" <sching19@y...> on Wed, 7 Nov 2001 16:07:53
Hi all, 
  I am trying to create a time table as below. I used GridLayout but 
failed.
  Can someone help me? Thanks

	01/09/2001	02/09/2001	03/09/2001	04/09/2001
C1	Session 1	[JButton]	[JButton]	[JButton]
	Session 2	[JButton]	[JButton]	[JButton]
	Session 3	[JButton]	[JButton]	[JButton]
	Session 4	[JButton]	[JButton]	[JButton]	
							
C2	Session 1	[JButton]	[JButton]	[JButton]
	Session 2	[JButton]	[JButton]	[JButton]
	Session 3	[JButton]	[JButton]	[JButton]
	Session 4	[JButton]	[JButton]	[JButton]	
							

  Return to Index