Java Tutorial 40 (GUI) - Text Area (JTextArea)

preview_player
Показать описание
Do you want to make your own instant messenger? What about making your own text editor? The JTextArea plays the big role of those applications.
Рекомендации по теме
Комментарии
Автор

sir, can you make the register form. i tried but i think i have panel problem

umairdesignable
Автор

Nice. Como justificar um texto no JTextArea, não consegui !

pablorosadossantos
Автор

Dr. java is a good program starting out. Free as well.

MrHovjo
Автор

Is there a way to make the text bigger?

jamesashner
Автор

what are you using to run this without using the command promt?
my command prompt does not work properly,
thanks :D

puzzleddarkness
Автор

write this in your main method:
classname gui = new classname();

gui.setVisible(true);
gui.setSize(500, 500);
gui.setTitle("Title");

nicholasnewman