1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
sergij07 [2.7K]
3 years ago
15

. In the BorderLayout class, what are NORTH, SOUTH, EAST, WEST, and CENTER?

Computers and Technology
1 answer:
ycow [4]3 years ago
8 0

Answer:

A BorderLayout corresponds to a layout type where the components are organized along geographical directions represented by NORTH, SOUTH, EAST, WEST, and CENTER.

Explanation:

The layout class is awt determines the actual placement of components in the user interface. BorderLayout is a layout where the components are organized along geographical directions represented by NORTH, SOUTH, EAST, WEST, and CENTER. For example:

Panel p = new Panel();

p.setLayout(new BorderLayout());

p.add(new TextArea(), BorderLayout.CENTER);

p.add(new Button("Close"), BorderLayout.SOUTH);

This code segment will add a textarea at the CENTER of the interface and a button 'Close' towards the SOUTH.

You might be interested in
Explain three reasons why so many different computer languages exist.<br> Pleaseeee
zmey [24]

Each language has its own use, some of them are used to create or manipulate back end codes and some of them are used mainly for web designing and some of them are used for data entries and control of data that is being implanted in the system, so if you put all uses in one language it will not be a simple task as it is nowadays for programmers. That is why there are different compt. langs.

3 0
3 years ago
Please help.
storchak [24]

Hey mate!

Answer:

import java.util.*;

class Max Min

{

public static void main()

{

int a,b,c,x,y,z,m,n;

Scanner in=new Scanner(System.in);

System.out.println("Enter three unequal numbers:");

a=in.nextInt();

b-in.nextInt();

c=in.nextInt();

x=Math.max(a,b);

y=Math.max(b,c);

z=Math.max(c,a);

m=Math.min(x,y);

n=Math.min(z,m);

System.out.printLn("Second Smallest Number is:"+n);

}

}

Explanation:

  1. here scanner class is used
  2. here java.util package is used

<em><u>h</u></em><em><u>o</u></em><em><u>p</u></em><em><u>e</u></em><em><u> </u></em><em><u>it</u></em><em><u> </u></em><em><u>he</u></em><em><u>lped</u></em><em><u> you</u></em><em><u>:</u></em><em><u>)</u></em>

4 0
3 years ago
Which statement is true of electronic data interchange (EDI)? a. It uses proprietary protocols and networks. b. When it uses the
gogolik [260]

Answer:

d. It is more beneficial when there are more companies in its network

Option D is correct.

3 0
4 years ago
Match each statement from the passage with the message it represents.
Serggg [28]

Answer:

Here is the answer:

4 0
3 years ago
How can these requirements be met, assuming the organization-wide default for projects is set to private?
Papessa [141]

Answer:

The answer is "Option B and C".

Explanation:  

Universal Containers is a fast-growing multinational product distributor, in which the company creates all types of boxes including basic postal to customized machinery manufacturing to large tanks for shipment delivery, in which both options a and b were correct that can be described as follows:

  • In this connection was based on distribution criteria, that uses the agency of Program, which gives users access via roles, and all the distribution rules based on parameters, which gives public organizations exposure to members, and wrong choices can be described as follows:
  • In options A and option D both were wrong because it is not based on criteria, that's why it can't allow you access.
7 0
3 years ago
Other questions:
  • PLS HELP!!
    13·1 answer
  • How can you logout your account and do not want to have this anymore
    12·2 answers
  • Write a brief one parapragh summary describing the financial reality of the American family.
    10·1 answer
  • CASE II AziTech is considering the design of a new CPU for its new model of computer systems for 2021. It is considering choosin
    5·1 answer
  • What is meant by ‘LASER’?
    8·2 answers
  • What are some good electronics that I can buy on Amazon?
    14·1 answer
  • A large software development company employs 100 computer programmers. Of them, 45 areproficient in Java, 30 in C, 20 in Python,
    9·1 answer
  • A strategic information system can be any kind of information system that uses information technology to help an organization __
    11·1 answer
  • What is htc one mseven​
    11·1 answer
  • The while loop is also known as what kind of a loop? entry-control loop operational loop infinite loop user-control loop
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!