Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
What is Color in AWT?
Color is a class in the AWT. Individual colors such as red or mauve are examples of this class, java.awt.Color. Be sure to import it if you want to use other than the default colors. You form new colors using the same RGB triples in which you use to set background colors on web pages. Therefore you use decimal numbers instead of the hex values used through HTML's bgcolor attribute. For instance medium gray is Color(127, 127, 127). Pure white is Color(255, 255, 255). Pure red is (255, 0, 0) and so on. As with any variable you should provide your colors descriptive names. For instance
Color medGray = new Color(127, 127, 127);Color cream = new Color(255, 231, 187);Color lightGreen = new Color(0, 55, 0);
A few of the most common colors are available by name. These are
• Color.black • Color.blue • Color.cyan • Color.darkGray • Color.gray • Color.green • Color.lightGray • Color.magenta • Color.orange • Color.pink • Color.red • Color.white • Color.yellow
What is the purpose of garbage collection in Java, and when is it used? The purpose of garbage collection is to identify and discard objects that are no longer required by a pr
Write names of the DoS attack's phases? DoS (Denail of service): DoS attach has in total 3 kinds of phases and below they are listed: 1. Search 2. Arm 3. Attack
student are required to construct classes for circle,triangle,trapezium and kite.
Develop a Client/Server (MySQL) student record application Project Description: I need a client/server application with a MySQL backend database. The prototype could interfac
Write the JavaScript code for the Function SumOddNumbers(maxNumber) in which can add non-negative odd numbers up to maxNumber and return their sum. Java Script Code
What interface must an object implement before it can be written to a stream as an object? Ans) An object must execute the Serializable or Externalizable interface before i
need a java program that can read and display the values from a windows registry
What is casting? There are two types of casting, casting among primitive numeric types and casting among object references. Casting among numeric types is used to convert large
Want simple functional website without any graphic work, like panel Project Description: I want a very simple look website .It should be like a panel. Few tab, contact form,
Very frequently when you write code, you desire to perform distinct actions for different decisions. You can employ conditional statements in your code to do this. In JavaScript
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd