Size of applet in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Size of applet in java

Does anybody know how to set the size of an applet in IntelliJ IDEA because I know how to do it in cmd but not in IDE.

11th Jul 2018, 10:21 AM
harshit
harshit - avatar
1 Answer
+ 1
size? You can determine the size of the GUI by the scene object, which will be connected by passing the default root node in the parameter.
15th Jul 2018, 4:46 AM
Apple Blossom
Apple Blossom - avatar