answersLogoWhite

0

What three objects are necessary to create a GUI in Java?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

A computer, keyboard and Java compiler.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What three objects are necessary to create a GUI in Java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why constructor use in java?

To create objects of classes


Who create Java and when?

Who create Java & when? Why he create java ? What are mane functions of it?


Can always create objects of all types of classes?

Of course, JAVA programming has a stricter syntax format than C++


How To write a java program to create three tier applications using servlets?

barsanabegam


Can you create a constructor for an interface in java?

NO, we cannot create a contructor for an interface in java.


Where can one find information regarding java lang objects?

There are many places where one could find information regarding Java lang objects. One could check the official Java website for information from users regarding Java language objects.


Why swing is used in java?

Swing is a package in Java which contains tools for building GUI application. Swing is a part of Java's foundation classes.


Why is important to learn HTML before learning JAVA?

It is not necessary to learn HTML before learning Java. Java is a complete computer programming language. The only reason you would need to know HTML with Java is if you wanted to use Java to generate webpages, or you wanted to create Java applets that you would then embed into webpages using HTML.


How do you create setup of core java project?

how to create setup file in core java


What are Java Data Objects used for?

The Java Data Objects AVI is used primarily by application programmers and it helps the programmer by storing the Java Domain into a persistent store or database.


How can you create array of an object in java?

Array's can hold only primitive data types. if you want a collection of objects you must use an ArrayList or a Vector.


What consists of multiple objects?

For example, in Java you can make an array of objects.