Swing - text input and ouput to text area
I want to make simple GUI with Swing, which will have 2 input text fields
and a button.
Based on the input the program will fetch name/rol-no/age/emailid from
table and need to show into a text area below in the same screen. The text
area should be scrollable. I want input/output to be in the same screen.
Could some one tell which layout will be ideal for this?
---------------------------------------------------------------------------
School(label1):textfield1____
class(label2):textfield2____
SUbmit(Button1)
name(label2) roll-no(label3) age(label4) email-id(label5)
row-1 -----
row-2 ----
row-3 ----
row-4 ----
..
..
row-nth ---
----------------------------------------------------------------------------
No comments:
Post a Comment