sashkamal

Greenhorn
+ Follow
since Feb 05, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sashkamal

Originally posted by kishor patankar:
hi!! Friend,

Is it possible to define the fix characters width in the TextField? Pl. post the code if possible.

thanks,

Kishor

hi,
i think u can use setFont(new Font "font name",style,size)
hope this solves ur problem.

bye
sashkamal
------------------
sashkamal
23 years ago
hi all,
i have a jtable. with some rows and columns(default). if i press enter key in the last column of the last row a new row should be created. i want to know how to do it.
thanks.
sashkamal.
------------------
sashkamal
23 years ago

Originally posted by raddikrishna kittur:
KK [/B]


hi,
call super.paint in ur paint method.that will solve the problem._
sashkamal.
------------------
sashkamal
23 years ago
hi srilatha,
can u tell me how u are going to place the components.
i suggest u to use separate panel for combobox, separate panel for label and use vertical layout(avialable free in the net).
Add the two panels to an outer panel in east and west.in another panel add the textfield to the center.
Add the two buttons in a separate panel using flowlayout.add this panel and textfield panel to another panel in north and south.
Add the 2 outer panel to an another outer panel in north and south.
Add this panel to the frame in center.
If u want the vertical layout class, mail me to this id
-sashkamal@lycos.com
bye.

------------------
sashkamal
23 years ago