المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : بدي مساعدة في الجافا!



عبد الحليم حافظ
29-10-2002, 03:37 AM
بليييز... عندي امتحان الاسبوع الجاي! :(
http://members.lycos.co.uk/ashit3aj/aj/3aj_signature_ver_3.gif (http://3aj.cjb.net)

عبد الحليم حافظ
04-11-2002, 02:04 AM
:" :": بليييييز!

sm_d2000
10-11-2002, 10:49 PM
وش نوع المساعده الي تبيها

3aj
11-11-2002, 01:07 AM
كيف نستخدم JTextArea?

نجلا العيون
11-11-2002, 05:25 AM
JtextArea .... is like JtextFeild and JLabel in declearation
for example >>>


JTextArea yourTextArea_name = new JTextArea();

u can declare it in ur programm of inside
public void init ()
{

u can declear it here , if u wanna applet

}

JTextArea is used to show the final output >>>>

for exampole:

yourTextArea_name.setText("Counter = " + counter.showCounter());


or u can use alos ....
JTextArea.apeand(------);


ان شاء الله اكون قدرت اوضح ولو الجليل ... ^_^