import javax.swing.*;
import java.awt.*;
public class JFrame4
{
public static void main(String[] args)
{
final int FRAME_WIDTH = 250;
final int FRAME_HEIGHT = 100;
-----Code here-----
JFrame aFrame = new JFrame("Fourth frame");
aFrame.setSize(FRAME_WIDTH, FRAME_HEIGHT);
aFrame.setVisible(true);
aFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
JLabel greeting = new JLabel("Good day");
-----Code here-----
aFrame.add(greeting);
}
}
In the first indicated line, write the statement to create a Font object named myLook with a typeface of Times New Roman, italic, and 30-point size. In the second indicated line, create the statement to apply myLook to the greeting JLabel .
Correct Answer:
Verified
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Q69: import javax.swing.*;
public class JFrameLook
{
public
Q70: Write the code to build a JComboBox
Q71: Provide an example of an event-driven program.
Q72: Write the statement to create a JCheckBox
Q73: Describe a flow layout manager compared to
Q74: What are some of the decisions you
Q75: Write the statement to provide a JTextField
Q76: import javax.swing.*;
public class JFrameLabel
{
public
Q77: How do you modify whether or not
Q78: Write the statement to clear out a
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents