Answer:
How do I change the font color in swing?
To set the font and color of JTextArea we can use the setFont() and setForeground() methods of the JTextArea . To create a font we must define the font name, the font style and its size. For the colors we can uses the constant color values defined by the Color class.
Explanation:
Answer:
Question is incomplete. it needs a topology diagram and also it needs Router R1 table. I assume User has access to the topology and Routing table.
Below Configuration will help to fix ACL problem
Hosts from the 172.16.0.0/16 network should have full access to Server1, Server2 and Server3 but this is not currently the case, as L1 can’t communicate to Server2 or Server3.
Explanation:
Following Configuration on Cisco Router R1 will help to fix all the ACL problems.
enable
configure terminal
no ip access-list standard FROM_10
ip access-list standard FROM_10
deny host 10.0.0.2
permit any
exit
!
no ip access-list standard FROM_172
ip access-list standard FROM_172
permit host 172.16.0.2
exit
!
interface GigabitEthernet0/0
ip access-group FROM_192 out
end
write memory
!
Answer:
A. Save list views for future use.
B. Specify which groups of users have access to the list view.
C. Print list views.
D. Follow records and view related.
Explanation:
List views is the application or tool that is used to establish the relationship between companies and their customers. This provides a platform to the companies that they can track the users to gather the information. The purpose of this information is to increase the satisfaction of the customers by improving the products as per user demand. The purpose of this tool is to improve the business and make new strategies to meet the customer demands.
The above four mentioned are the benefits of list views. This can save the record of the customers for future use. With the help of this software, company can recognize and characterize their products by making different groups of customers on the basis of gender and age. These record are printable and also can be used to post different product promotion on the groups.
Answer:
Modify the NTFS permissions on the folder.
Explanation:
While any user using a folder on his Ms Windows Operating System and he wanted to share that folder with his team members by which they can view and modify any file in that shared folder. Then, He has to provide Full Control permission to that folder by which they can only view that file but they cannot modify it.
So, He has to modify the NTFS permission on the following folder by which only those people can view that folder who has logged in over the server.