

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.
source
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.
source
Nice video!
how to make panel resizeable
Nice. Como justificar um texto no JTextArea, não consegui !
sir, can you make the register form. i tried but i think i have panel problem
Is there a way to make the text bigger?
write this in your main method:
classname gui = new classname();
gui.setDefaultCloseOperation(EXIT_ON_CLOSE);
gui.setVisible(true);
gui.setSize(500,500);
gui.setTitle("Title");
he made a window using jpanel
Dr. java is a good program starting out. Free as well.
what are you using to run this without using the command promt?
my command prompt does not work properly,
thanks 😀
Thanks! Very helpful :{D