help- new to JSC

I need to display 4 items where each item has 5 properties say ID, color,Height,weight in a tabular format. Which component in studio creator will help me do that....I tried using table coomponent, but it seemed very confusing. when i drop a hypertext or a label in one column, it gets displayed in all the rows of that same column. I just need a grid where i can display static data. Iam new to JSC... Need help!!

[421 byte] By [cookie_toma] at [2007-11-27 0:03:13]
# 1
Hi!You can just use Group Panel and put there components, that You need, and then set values to them.Or You can use Table component, but show data in rows, but not in columns.Thanks,Roman.
-Grif-a at 2007-7-11 15:56:41 > top of Java-index,Development Tools,Java Tools...
# 2
Thanks :)
cookie_toma at 2007-7-11 15:56:41 > top of Java-index,Development Tools,Java Tools...
# 3
thank u
cookie_toma at 2007-7-11 15:56:41 > top of Java-index,Development Tools,Java Tools...
# 4

have 2 pages...Page1 with two hyperlinks and Page2 with 3 text boxes. I need to display different data in the text boxes of Page 2 depending on which hyperlink the user clicks.

I want to implement this with action listeners. The source of the action events are the 2 hyperlinks on Page1. How do i do this in JSC

cookie_toma at 2007-7-11 15:56:41 > top of Java-index,Development Tools,Java Tools...
# 5
Hi!Doesn't suggestion here http://forum.java.sun.com/thread.jspa?threadID=5158208&tstart=0 work?Thanks,Roman.
-Grif-a at 2007-7-11 15:56:41 > top of Java-index,Development Tools,Java Tools...